Issue After migrating to null-safety and flutter 2 I get problem with ios build: I run flutter clean; rm ios/Podfile.lock pubspec.lock; rm -rf ios/Pods ios/Runner.xcworkspace; flutter run –flavor dev -t lib/main_dev.dart and got this logcat: Undefined symbols for architecture arm64:
Continue readingFlutter build release apk with no sound null safety?
Issue Debug apk works fine, release apk not working.. Tried flutter build apk –no-sound-null-safety it builds release apk but does not works. Solution Issue Solved!! Actually, the problem was with ‘http’ as SSL certificate was not included for the admin
Continue readingFlutter: How to implement State Management onPressed
Issue I have no idea how to change the state of my grid view when a button is clicked can someone help me with this? So, I have this textButton that should change the state of my grid view when
Continue reading