easy_mock_local_notifications 0.1.0
easy_mock_local_notifications: ^0.1.0 copied to clipboard
Makes flutter_local_notifications work under `flutter test`. mockLocalNotifications.init() registers the real Android platform impl (the native registrant that normally does this doesn't run in tests, [...]
0.1.0 #
- Initial release.
mockLocalNotifications.init()registers the realAndroidFlutterLocalNotificationsPluginand stubs itsdexterous.com/flutter/local_notificationsMethodChannel viaeasy_mock_channel, soflutter_local_notificationsruns its real Dart underflutter testwithout aLateInitializationErroror any native call.