-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Flutter 3.24.x #2
Upgrade Flutter 3.24.x #2
Conversation
* Removed dependency on libphonenumber * Switch from libphonenumber-iOS to PhoneNumberKit on iOS * Update libphonenumber.js file * Depreciating getNameForNumber in future updates
add language(Greek)
Co-authored-by: Syahrizal Akbar <[email protected]>
* Add safe area boolean to SelectorConfig and use it in bottom sheet show * Add useBottomSheetSafeArea to example * Update readme it would close also 2 issues reported for some time natintosh#285 and natintosh#220
…nd" to "United Kingdom of Great Britain"
Migrate to dlibphonenumber
Fixed bug in AsYouTypeFormatter
Updated "GB" from "United Kingdom of Great Britain and Northern Irela…
@@ -1,3 +1,9 @@ | |||
plugins { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on est obligés de mettre à jour la sample app ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui car les dépendances dont on a besoin ont déjà fait la migration et on a des erreurs de build lorsqu'on tente de lancer l'app
@@ -142,7 +141,7 @@ extension phonenumbertypeproperties on PhoneNumberType { | |||
return 2; | |||
case PhoneNumberType.TOLL_FREE: | |||
return 3; | |||
case PhoneNumberType.PREMIUM_RATE: | |||
case PhoneNumberType.PREMIUM_RATE || PhoneNumberType.PREMIUM_RATE: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PhoneNumberType.PREMIUM_RATE || PhoneNumberType.PREMIUM_RATE
bizarre, non ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
corrigé
No description provided.