platform_handler 1.0.3 copy "platform_handler: ^1.0.3" to clipboard
platform_handler: ^1.0.3 copied to clipboard

A handler plugin package that provides a cross-platform solution for handling platform message channel notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_handler

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

dependencies:
  platform_handler: ^1.0.3

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:platform_handler/platform_handler.dart';
1
likes
160
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A handler plugin package that provides a cross-platform solution for handling platform message channel notifications.

Repository (GitHub)
View/report issues

Topics

#platform-handler #message-channel #notification

Documentation

API reference

License

MIT (license)

Dependencies

enhanced_change_notifier, flutter

More

Packages that depend on platform_handler