appvestor_billing_stats 1.0.2
appvestor_billing_stats: ^1.0.2 copied to clipboard
Flutter SDK wrapper for Appvestor Android and iOS stats framework
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add appvestor_billing_statsWith Flutter:
$ flutter pub add appvestor_billing_statsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
appvestor_billing_stats: ^1.0.2Alternatively, 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:appvestor_billing_stats/appvestor_billing_stats.dart';