<aside> 💡 If you have trouble when installing the Flutter at the first time Following solutions could safe your days
</aside>
Fix issue build with MacOS 13 - Xcode 15 - iOS 17
If you are having trouble building the FluxStore source code and are receiving a warning message that says "please provide your purchase code in configs/env.xx
" try the following
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
<aside> ❓ This error sometime happen when you upgrade the macOS version, then the visual studio or IntelliJ not able to find the path or associated plugin or extension.
</aside>