npaw_forge 9.7.0
npaw_forge: ^9.7.0 copied to clipboard
NPAW Forge analytics for Flutter: the shared native Forge Rust core over Dart FFI on Android/iOS, the Forge Web runtime on Flutter Web, and typed video, ad, and session reporting.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add npaw_forgeWith Flutter:
$ flutter pub add npaw_forgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
npaw_forge: ^9.7.0Alternatively, 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:npaw_forge/npaw_forge.dart';