Update changelog and readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://pub.dartlang.org/packages/country_code_picker)
|
||||
[](https://pub.dartlang.org/packages/country_code_picker)
|
||||
|
||||
# country_code_picker
|
||||
|
||||
@@ -25,13 +25,13 @@ Just put the component in your application setting the onChanged callback.
|
||||
));
|
||||
|
||||
```
|
||||
> Note: Your onChanged function can be any function of the type shown below:
|
||||
Note: Your onChanged function can be any function of the type shown below:
|
||||
|
||||
```dart
|
||||
(CElement)->dynamic
|
||||
|
||||
```
|
||||
> Example:
|
||||
Example:
|
||||
|
||||
```dart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user