native_notify 0.0.7 native_notify: ^0.0.7 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.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.