nanoaf 0.0.1
nanoaf: ^0.0.1 copied to clipboard
A Flutter plugin for device compatibility gating with remote server checks, AppsFlyer integration, loading screens, and in-app browser redirects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nanoafThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nanoaf: ^0.0.1Alternatively, 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:nanoaf/nanoaf.dart';