- Added the
resolvePlatformSpecificImplementation()method to theFlutterLocalNotificationsPluginclass. This can be used to resolve the underlying platform implementation in order to access platform-specific APIs. - Breaking change the static
instanceproperties in theIOSFlutterLocalNotificationsPluginandAndroidFlutterLocalNotificationsPluginclasses have been removed due to addition of theresolvePlatformSpecificImplementation() - Updated readme to remove use of
newkeyword in code snippets - Bumped e2e dependency
- Bumped example app dependencies
- Make the pedantic dev_dependency explicit