firebase_messaging 0.0.8 firebase_messaging: ^0.0.8 copied to clipboard
Firebase Cloud Messaging plugin for Flutter applications.
0.0.8 #
- Added FLT prefix to iOS types
- Change GMS dependency to 11.4.+
0.0.7 #
In FirebaseMessagingPlugin.m:
- moved logic from 'tokenRefreshNotification' to 'didRefreshRegistrationToken'
- removed 'tokenRefreshNotification' as well as observer registration
- removed 'connectToFcm' method and related calls
- removed unnecessary FIRMessaging disconnect
0.0.6 #
- Change GMS dependency to 11.+
0.0.5+2 #
- Fixed README example for "click_action"
0.0.5+1 #
- Aligned author name with rest of repo.
0.0.5 #
- Updated to Firebase SDK to always use latest patch version for 11.0.x builds
0.0.4 #
- Updated to Firebase SDK Version 11.0.1
0.0.3 #
- Updated README.md
- Bumped buildToolsVersion to 25.0.3
0.0.2+2 #
- Updated README.md
0.0.2+1 #
- Added workaround for https://github.com/flutter/flutter/issues/9694 to README
- Moved code to https://github.com/flutter/plugins
0.0.2 #
- Updated to latest plugin API
0.0.1+2 #
- Downgraded gradle dependency for example app to make
flutter run
happy
0.0.1+1 #
- Updated README with installation instructions
- Added CHANGELOG
0.0.1 #
- Initial Release