Skip to content

Commit

Permalink
Modify example
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadKashaniJabbari committed Jul 14, 2021
1 parent 723f803 commit fd875dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class _MyAppState extends State<MyApp> {
backgroundColor: Colors.amber,
title: Text('Pick your country'),
),
// if you need custome picker use this
// if you need custom picker use this
// pickerBuilder: (context, CountryCode countryCode) {
// return Row(
// children: [
Expand All @@ -49,6 +49,7 @@ class _MyAppState extends State<MyApp> {
isShowCode: true,
isDownIcon: true,
showEnglishName: false,
labelColor: Colors.blueAccent,
),
initialSelection: '+62',
// or
Expand Down

0 comments on commit fd875dc

Please sign in to comment.