Mohamed Dawood

Results 12 comments of Mohamed Dawood

you can use this for ow ```dart place_picker: git: url: https://github.com/mo-ah-dawood/locationpicker.git ref: nullsafety ```

@jinfagang try again after upgrading packages you can also use `PlacePickerLocalization.delegate` ```dart return MaterialApp( localizationsDelegates: [ /// ...other delegates, PlacePickerLocalization.delegate ], home: MyApplicationHome(), ); ```

yes i hope to found this feature working soon and it has to be localized according to **`Localizations.localeOf(context)`** => material app locale

I made a workaround for that if any one interested i created this package that allow me to display notification in foreground using locale notification and this one [https://pub.dev/packages/fcm_config](url) so...

as i see no progress on this i created a package to help localize notification if any one interested [fcm_localization](https://pub.dev/packages/fcm_localization)

I know how to handle my data in foreground but what about the notifications that comes while the app is in background

no, currently I'm loading all my APIs after app resumed from background I know its very heavy for my app but it was my only solution

For your idea you can make separate package in packages folder You package need to wrap ready dashboard This package already has permission handler so it will be easy to...