Skip to content

Commit

Permalink
Merge branch 'cedvdb:dev' into custom-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
emri99 committed Sep 18, 2021
2 parents 8c8dfa3 + bade9e1 commit 306a778
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- added DraggableModalBottomSheet
- fix phone number type
- fix onChanged & onSaved

- fix late initialization error when no country was selected in bottom sheet selector

## [3.0.0] - 27 / 08 / 2021
- removed deprecated selector config
Expand Down
4 changes: 2 additions & 2 deletions assets/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"PN": "Pitcairn",
"PR": "Porto Rico",
"PS": "Territoire palestinien, occupé",
"PT": "le Portugal",
"PT": "Portugal",
"PW": "Palau",
"PY": "Paraguay",
"QA": "Qatar",
Expand Down Expand Up @@ -242,4 +242,4 @@
"ZA": "Afrique du Sud",
"ZM": "Zambie",
"ZW": "Zimbabwe"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class BottomSheetNavigator implements CountrySelectorNavigator {

@override
Future<Country?> navigate(BuildContext context) {
late Country selected;
Country? selected;
final ctrl = showBottomSheet(
context: context,
builder: (_) => CountrySelector(
Expand Down

0 comments on commit 306a778

Please sign in to comment.