Skip to main content
Add the following code to the entry point of your app.
import 'package:qonversion_flutter/qonversion_flutter.dart';

final config = new QonversionConfigBuilder(
  '[projectKey]',
  QLaunchMode.analytics
).build();
Qonversion.initialize(config);