send2app 0.0.3 copy "send2app: ^0.0.3" to clipboard
send2app: ^0.0.3 copied to clipboard

send2app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add send2app

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

dependencies:
  send2app: ^0.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:send2app/MessageService.dart';
import 'package:send2app/NotificationConnection.dart';
import 'package:send2app/NotificationHelper.dart';
import 'package:send2app/notification_plugin.dart';
import 'package:send2app/notification_plugin_method_channel.dart';
import 'package:send2app/notification_plugin_platform_interface.dart';