Setup
Add AATKit to your Flutter app
Run below command with Flutter to add AATKit Flutter package to your project.
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
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:
Create AatkitFlutterPlugin
object to access API:
Last updated