Update changelog and readme
This commit is contained in:
@@ -45,3 +45,7 @@ Correct README and update screenshots
|
|||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
||||||
Update framework compatiblity
|
Update framework compatiblity
|
||||||
|
|
||||||
|
## 1.0.3
|
||||||
|
|
||||||
|
Update flags dimension to reduce application size
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[](https://pub.dartlang.org/packages/country_code_picker)
|
[](https://pub.dartlang.org/packages/country_code_picker)
|
||||||
|
|
||||||
# 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
|
```dart
|
||||||
(CElement)->dynamic
|
(CElement)->dynamic
|
||||||
|
|
||||||
```
|
```
|
||||||
> Example:
|
Example:
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: country_code_picker
|
name: country_code_picker
|
||||||
description: A flutter package for showing a country code selector.
|
description: A flutter package for showing a country code selector.
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
author: Salvatore-Giordano <svtgiordano@gmail.com>
|
author: Salvatore-Giordano <svtgiordano@gmail.com>
|
||||||
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
|
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user