Flutter – Installation

For: Developers

Add Adapty to your pubspec.yaml file:

dependencies:
  adapty_flutter: ^2.10.0

And then run:

flutter pub get

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

import 'package:adapty_flutter/adapty_flutter.dart';

❗️

Read checklist before releasing the app

Be sure to carefully read Release Checklist when releasing your app. It's critical to make things right from the first attempt!