entrig 1.0.9
entrig: ^1.0.9 copied to clipboard
No-code push notifications for Supabase Flutter apps. Trigger notifications from database events.
1.0.9 #
- upgrade android native sdk version
1.0.8 #
showForegroundNotificationdefaults to false
1.0.7 #
- iOS: added
didReceiveNotificationResponsesupport with backward compatibility for the legacydidReceiveNotificationmethod
1.0.6 #
- Added deeplink support —
NotificationEventnow includes adeeplinkfield - Added
autoOpenDeeplinkoption toEntrig.initto automatically open deeplink URLs on notification tap
1.0.5 #
- Changed
showForegroundNotificationdefault tofalse
1.0.4 #
- Fix iOS notification listening issue
1.0.3 #
- Documented normalized foreign key payload paths for selected related-table
fields (for example,
data.user_id.name) - Clarified compatibility with the legacy
data.$_user_id.namepayload shape during the transition window - Updated README installation instructions for the latest SDK version
1.0.2 #
- Fix ios notification listening issue
1.0.1 #
- Readme Update
1.0.0 #
Security & Stability Improvements:
- Added null safety to
NotificationEvent.fromMapto prevent crashes on missing title/body fields
0.0.8-dev #
- Fixed iOS foreground notification display not respecting
showForegroundNotificationsetting
0.0.7-dev #
- Added
showForegroundNotificationoption to control whether notifications are displayed when app is in foreground
0.0.6-dev #
- BREAKING: Removed
AutoRegisterWithSupabaseAuthto eliminate Supabase dependency - Users should now implement auth listeners manually (see README for example)
- Package is now lighter and avoids version conflicts with Supabase dependencies
0.0.5-dev #
- Updated to identify debug device tokens when register for Testing from dashboard
0.0.2-beta #
- Enhanced iOS setup command to automatically update Info.plist and Runner.entitlements
- Added auto-register device with Supabase Auth integration
- Added notification type support for categorizing notifications
0.0.1-beta #
- Initial version