Flutter – Installation

Add AdaptyUI to your pubspec.yaml file:

dependencies:
  adapty_ui_flutter: ^1.1.0

And then run:

flutter pub get

After that, you can import Adapty SDK in your application like this:

import 'package:adapty_ui_flutter/adapty_ui_flutter.dart';