Flutter – Install Adapty SDK

For: Developers

❗️

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!

Add Adapty to your pubspec.yaml file:

dependencies:
  adapty_flutter: ^2.9.3

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';