Flutter – Installation
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.6.1
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';
Updated about 1 month ago