Skip to content

Installation

Use Aiuta Flutter SDK package as a library to integrate into your application.

Depend on it

Run this command with Flutter:

 $ flutter pub add aiuta_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aiuta_flutter: ^4.0.0

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:

import 'package:aiuta_flutter/aiuta_flutter.dart';

Next Step