trial_manager 0.0.2 copy "trial_manager: ^0.0.2" to clipboard
trial_manager: ^0.0.2 copied to clipboard

The trial_manager package for Flutter provides utilities to manage trial periods within applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trial_manager

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

dependencies:
  trial_manager: ^0.0.2

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:trial_manager/trial_manager.dart';
3
likes
140
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

The trial_manager package for Flutter provides utilities to manage trial periods within applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, lottie, shared_preferences

More

Packages that depend on trial_manager