Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
  • Release Notes
    • SDK
      • iOS
      • Android
      • Unity
      • Cordova
      • Cocos2d-x
      • React Native
      • React Native (Expo)
      • Flutter
        • Flutter Package Upgrade Guide
          • Android
          • iOS
        • 3.17.0 (2025/07/28)
        • 3.16.1 (2025/07/10)
        • 3.16.0 (2025/05/23)
        • 3.15.0 (2025/04/25)
        • 3.14.0 (2025/03/28)
        • 3.13.0 (2024/12/26)
        • 3.12.1 (2024/10/30)
        • 3.12.0 (2024/10/03)
        • 3.11.0 (2024/08/29)
        • 3.10.0 (2024/07/11)
        • 3.9.0 (2024/05/17)
        • 3.8.0 (2024/04/30)
        • 3.7.0 (2024/01/19)
        • 3.6.1 (2023/12/22)
        • 3.6.0 (2023/11/17)
        • 3.5.0 (2023/10/16)
        • 3.4.0 (2023/09/12)
        • 3.3.0 (2023/06/13)
        • 3.2.0 (2023/03/08)
        • 3.1.3 (2023/02/14)
        • 3.1.2 (2022/12/28)
        • 3.1.1 (2022/10/05)
        • 3.1.0 (2022/08/31)
        • 3.0.0 (2022/06/03)
        • 2.1.0 (2022/04/14)
        • 2.0.1 (2022/03/01)
        • 2.0.0 (2021/12/07)
        • 1.6.0 (2021/11/01)
        • 1.5.0 (2021/08/03)
        • 1.4.0 (2021/06/03)
        • 1.3.0 (2021/03/10)
        • 1.2.0 (2021/02/09)
        • 1.1.0 (2020/11/02)
        • 1.0.0 (2020/08/26)
      • Support period for each version
    • Web
    • Domain change related tasks
    • FCM transition procedure
  • FAQ

Flutter Package Upgrade Guide¶

Please change the pubspec.yaml to refer to the latest Flutter package.

dependencies:
  flutter:
    sdk: flutter
  ...
  repro_flutter: ^3.16.1

Run the following command.

$ flutter pub get
or
$ flutter pub upgrade

You will also need to update the Android SDK and iOS SDK as follows.

Android¶

Please change the app/build.gradle as follows

 dependencies {
     ...
     implementation 'io.repro:repro-android-sdk:5.20.0'
     ...
 }

iOS¶

Run the following command in the root directory of your project.

$ cd ios
$ pod update Repro
  • « Flutter Package Release Notes
  • Support period for each version »

About Us Careers Terms of Service Privacy Policy Cookie Policy

© 2022 Repro Inc.