Remote In-App Notifications
for Flutter

Control notifications in your published apps without deployments. Built by the creator of another_flushbar (138K+ monthly downloads).

138K+
Monthly Downloads
100%
Free Forever
5 Min
Integration
0
Backend Required

Powerful Features for Flutter Developers

Instant Remote Control

Update notifications in real-time without app store deployments. Perfect for promotions, alerts, and announcements.

Advanced Targeting

Show notifications to specific user segments based on app version, location, device type, or custom attributes.

Built on another_flushbar

Leverage the same robust, customizable notification system trusted by thousands of Flutter developers worldwide.

Simple Integration, Immediate Results

1

Add Dependency

Install via pub.dev in seconds

2

Initialize Client

Configure with your app ID

3

Show Notifications

Call single method in your UI

Flutter Implementation
// 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);
  });
}

Powerful Web Dashboard

Flushkit Dashboard Preview

Start Sending Remote Notifications Today

Join thousands of Flutter developers using Flushkit for critical app communications.

Get Your Free App ID

By signing up, you agree to our Terms and Privacy Policy