<aside> š” If you have trouble when installing the Flutter at the first time Following solutions could safe your days
</aside>
Please openĀ pubspec.yaml
Ā file and updateĀ flutter_launcher_icons
Ā lib like below. It will look like this imageĀ https://take.ms/g2hhR
flutter_launcher_icons:
git:
url: <https://github.com/inspireui/flutter_launcher_icons.git>
ref: 7aab578231120ef39d37db34e07dce3c7995ee14
<aside> ā ļø Fix the build issue on FluxStore 3.4 & Flutter 3.7 (release on Jan 25)
</aside>
Follow this guide:
Build fail on Android with error āFlutter Execution failed for task ':stripe_android:compileDebugKotlin'. Android stripe integrationā
Solution: go to android folder and run ./gradlew clean assembleDebug