batch_flutter 1.4.0 copy "batch_flutter: ^1.4.0" to clipboard
batch_flutter: ^1.4.0 copied to clipboard

Batch SDK Flutter Plugin allows you to build meaningful communication experiences in your app through highly personalized push notifications and In-App messages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add batch_flutter

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

dependencies:
  batch_flutter: ^1.4.0

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:batch_flutter/batch.dart';
import 'package:batch_flutter/batch_inbox.dart';
import 'package:batch_flutter/batch_messaging.dart';
import 'package:batch_flutter/batch_push.dart';
import 'package:batch_flutter/batch_user.dart';
10
likes
130
pub points
88%
popularity

Publisher

verified publisherbatch.com

Batch SDK Flutter Plugin allows you to build meaningful communication experiences in your app through highly personalized push notifications and In-App messages.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on batch_flutter