notification_master 0.0.5 copy "notification_master: ^0.0.5" to clipboard
notification_master: ^0.0.5 copied to clipboard

A multi-platform Flutter notification plugin with custom channels, background polling, and foreground service support.

example/lib/main.dart

// ignore_for_file: use_build_context_synchronously

import 'package:flutter/material.dart';
import 'package:notification_master_example/platform_selector.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      // home: const ImprovedPollingTest(),
      home: const PlatformSelector(),
    );
  }
}
7
likes
150
points
152
downloads

Documentation

API reference

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

A multi-platform Flutter notification plugin with custom channels, background polling, and foreground service support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http, plugin_platform_interface, web, workmanager

More

Packages that depend on notification_master

Packages that implement notification_master