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

send2app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add send2app

With Flutter:

 $ flutter pub add send2app

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

dependencies:
  send2app: ^0.0.10

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:send2app/cnvt.dart';
import 'package:send2app/message_service.dart';
import 'package:send2app/notification_connection.dart';
import 'package:send2app/notification_helper.dart';
import 'package:send2app/notification_plugin.dart';
import 'package:send2app/notification_plugin_method_channel.dart';
import 'package:send2app/notification_plugin_platform_interface.dart';