flutter_broadcasts_extends 0.4.0 copy "flutter_broadcasts_extends: ^0.4.0" to clipboard
flutter_broadcasts_extends: ^0.4.0 copied to clipboard

unlisted

A plugin for sending and receiving broadcasts with Android intents and iOS notifications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_broadcasts_extends

With Flutter:

 $ flutter pub add flutter_broadcasts_extends

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

dependencies:
  flutter_broadcasts_extends: ^0.4.0

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:flutter_broadcasts_extends/flutter_broadcasts.dart';
0
likes
0
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin for sending and receiving broadcasts with Android intents and iOS notifications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_broadcasts_extends

Packages that implement flutter_broadcasts_extends