native_notify 0.0.10 native_notify: ^0.0.10 copied to clipboard
Flutter Push Notifications made simple. Setup and send your first Flutter push notification in under 5 minutes. The native_notify package does NOT require Firebase to work.
0.0.10 #
Fixed Android service bug.
0.0.9 #
Native Notify now works in an iOS simulator with Firebase server key included and without Firebase server key included.
0.0.8 #
Native Notify now works in iOS without Firebase server key in Foreground or Background state.
0.0.7 #
Native Notify can now work with or without a Firebase server key.
Without a Firebase server key, Native Notify push notifications work in the Foreground or Background app state for both Android and iOS.
A Firebase server key is required for Native Notify to work in killed state.
0.0.6 #
Fixed a bug with the server key input.
0.0.5 #
Updated homepage.
0.0.4 #
BREAKING CHANGES: Added Firebase integration. native_notify now requires a firebase server_key to work.
0.0.3 #
Simplified setup process.
0.0.2 #
Updated pubspec.yaml.
0.0.1 #
Flutter push notifications made simple.