momagic_flutter 0.0.1 copy "momagic_flutter: ^0.0.1" to clipboard
momagic_flutter: ^0.0.1 copied to clipboard

MoMagic is a free push notification service for mobile apps. This SDK makes it easy to integrate your Flutter iOS and/or Android apps with MoMagic.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add momagic_flutter

With Flutter:

 $ flutter pub add momagic_flutter

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

dependencies:
  momagic_flutter: ^0.0.1

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:momagic_flutter/momagic_flutter.dart';
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

MoMagic is a free push notification service for mobile apps. This SDK makes it easy to integrate your Flutter iOS and/or Android apps with MoMagic.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on momagic_flutter

Packages that implement momagic_flutter