notification_listener 1.0.0 copy "notification_listener: ^1.0.0" to clipboard
notification_listener: ^1.0.0 copied to clipboard

Flutter Plugin to listen to all incoming notifications (posted or removed) with the possibility to reply to them

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const MainScreen());
}

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp();
  }
}
1
likes
0
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin to listen to all incoming notifications (posted or removed) with the possibility to reply to them

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on notification_listener