a195-flutter-fundamental-labs
a195-flutter-fundamental-labs copied to clipboard
Results
2
a195-flutter-fundamental-labs issues
Sort by
recently updated
recently updated
newest added
dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.6 get: ^4.6.6 provider: ^6.0.3 eror message "flutter pub add provider Because provider depends on provider, version solving failed."
🐛 The named parameter 'onDidReceiveLocalNotification' isn't defined in DarwinInitializationSettings
1
I encountered an issue when implementing flutter_local_notifications on iOS. The error occurs when initializing DarwinInitializationSettings with the parameter onDidReceiveLocalNotification. The named parameter 'onDidReceiveLocalNotification' isn't defined. Try correcting the name to...