Skip to content

Commit

Permalink
Update example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Ioannou authored Apr 5, 2022
1 parent 6d42153 commit ca679ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries.
Add the package to your pubspec.yaml:

```yaml
country_picker: ^2.0.11
country_picker: ^2.0.13
```
In your dart file, import the library:
Expand Down Expand Up @@ -64,6 +64,7 @@ MaterialApp(
flagSize: 25,
backgroundColor: Colors.white,
textStyle: TextStyle(fontSize: 16, color: Colors.blueGrey),
bottomSheetHeight: 500, // Optional. Country list modal height
//Optional. Sets the border radius for the bottomsheet.
borderRadius: BorderRadius.only(
topLeft: Radius.circular(20.0),
Expand Down

0 comments on commit ca679ee

Please sign in to comment.