Control notifications in your published apps without deployments. Built by the creator of another_flushbar (138K+ monthly downloads).
Update notifications in real-time without app store deployments. Perfect for promotions, alerts, and announcements.
Show notifications to specific user segments based on app version, location, device type, or custom attributes.
Leverage the same robust, customizable notification system trusted by thousands of Flutter developers worldwide.
Install via pub.dev in seconds
Configure with your app ID
Call single method in your UI
// 1. Add to pubspec.yaml dependencies: another_flushbar: ^1.12.30 // 2. Initialize client final flushkit = FlushkitClient( appId: 'YOUR_APP_ID', contextData: { 'user_id': currentUser.id, 'app_version': '1.5.0', }, ); // 3. Show notifications @override void initState() { super.initState(); WidgetsBinding.instance.addPostFrameCallback((_) { flushkit.checkAndShow(context); }); }
Join thousands of Flutter developers using Flushkit for critical app communications.