All Questions
2 questions
0
votes
2
answers
452
views
How to remove Stripe totally in Flutter?
I have bought a Flutter source code but when running in Android Studio or xCode the system noticed many errors about Stripe.
So please help me how to remove Stripe totally in my Flutter project ...
1
vote
1
answer
1k
views
3rd party Dart packages in pubspec.yaml lead to fatal file not found error in Xcode (but works on Android)
I am developing a Flutter app in Android Studio on a MacBook Pro running macOS Mojave. The app compiles and runs on Android (both emulator and physical device) but fails to compile for iOS (both ...