Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Prerequisites

  • Flutter 3.3.0 or higher

  • Android

    • Use Android Studio 3.2 or higher.

    • Make sure that your app’s build file uses the following values:

      • A minSdkVersion of 21 or higher.

      • A compileSdkVersion of 28 or higher.

  • iOS

    • Use XCode 15.2 or higher.

    • A minimumDeploymentTarget is 12 or higher.

Step Summary

  1. Add “Refinery89 Monetize App“ dependency from Pub.dev.

  2. Android configurations.

  3. iOS configurations.

  4. Continue with the implementation type.

1. Add “Refinery89 Monetize App“ dependency

Add Refinery89 Monetize App for Flutter plugin to your pubspec.yaml file.

dependencies:
  refinery89_monetize_app:

Install the package by running

flutter packages get

Import “Refinery89 Monetize App“ into your Flutter app.

import 'package:refinery89_monetize_app/r89_sdk.dart';

  • No labels