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

PlatformAndroid

A high-performance Flutter plugin for intercepting and processing Android system notifications via native Kotlin bridges, optimized for background memory and battery efficiency.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_notification_listener

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_notification_listener: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_notification_listener/smart_notification_listener.dart';
1
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance Flutter plugin for intercepting and processing Android system notifications via native Kotlin bridges, optimized for background memory and battery efficiency.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on smart_notification_listener

Packages that implement smart_notification_listener