vie_revenue_cat 1.0.0
vie_revenue_cat: ^1.0.0 copied to clipboard
A production-grade, highly extensible RevenueCat & Hybrid In-App Purchase Manager for Flutter. Effortlessly handles Native RevenueCat Paywalls (purchases_ui_flutter), custom local Flutter paywalls, dy [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vie_revenue_catThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vie_revenue_cat: ^1.0.0Alternatively, 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:vie_revenue_cat/vie_revenue_cat.dart';