notification_flutter 1.0.0-alpha02 copy "notification_flutter: ^1.0.0-alpha02" to clipboard
notification_flutter: ^1.0.0-alpha02 copied to clipboard

A flutter plug-in for the native Teko Notification library (Android and iOS).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notification_flutter

With Flutter:

 $ flutter pub add notification_flutter

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

dependencies:
  notification_flutter: ^1.0.0-alpha02

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

Import it

Now in your Dart code, you can use:

import 'package:notification_flutter/notification_flutter.dart';
0
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plug-in for the native Teko Notification library (Android and iOS).

Repository

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on notification_flutter

Packages that implement notification_flutter