You probably saw this question before, but I am still not able to find an answer. Everything works fine in debug mode, but when trying to build the app in release mode, the shared preferences don't work. Here is what I've tried
flutter build apk --no-shrink
flutter build appbundle --no-shrink
I know there are already questions out there, but the answers don't work for me: SharedPreferences not instantiating in release build