Describe the bug
By upgrading flutter being in the beta channel is not possible to complie the project anymore.
To Reproduce
Steps to reproduce the behavior:
- flutter create
- flutter channel beta
- flutter run
Expected behavior
To being able to compile
Additional context
Installed version of Stripe: flutter_stripe: ^2.4.0
➜ flutter doctor -v
[✓] Flutter (Channel beta, 2.12.0-4.1.pre, on macOS 11.6.2 20G314 darwin-x64, locale en-ES)
• Flutter version 2.12.0-4.1.pre at /Users/nerder/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 680962aa75 (7 days ago), 2022-03-16 13:46:03 -0700
• Engine revision e9f57b5d0f
• Dart version 2.17.0 (build 2.17.0-182.1.beta)
• DevTools version 2.11.1
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/nerder/Library/Android/sdk
• Platform android-31, build-tools 30.0.2
• ANDROID_SDK_ROOT = /Users/nerder/Library/Android/sdk
• Java binary at: /Users/nerder/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7935034/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• CocoaPods version 1.11.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2020.3)
• Android Studio at /Users/nerder/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7935034/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
[✓] Android Studio (version 2020.3)
• Android Studio at /Users/nerder/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7784292/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
[✓] IntelliJ IDEA Ultimate Edition (version 2021.3)
• IntelliJ at /Users/nerder/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
• Flutter plugin version 63.2.4
• Dart plugin version 213.5744.122
[✓] IntelliJ IDEA Ultimate Edition (version 2021.3)
• IntelliJ at /Users/nerder/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/213.5744.223/IntelliJ IDEA.app
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] IntelliJ IDEA Ultimate Edition (version 2021.2.3)
• IntelliJ at /Users/nerder/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/212.5457.46/IntelliJ IDEA.app
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] Connected device (3 available)
• SM G975F (mobile) • R58M67B0S3Y • android-arm64 • Android 12 (API 31)
• macOS (desktop) • macos • darwin-x64 • macOS 11.6.2 20G314 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 99.0.4844.83
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
Describe the bug
By upgrading flutter being in the
betachannel is not possible to complie the project anymore.To Reproduce
Steps to reproduce the behavior:
Expected behavior
To being able to compile
Additional context
Installed version of Stripe:
flutter_stripe: ^2.4.0