When building an APK with the command, the drawer menu does not work. The menu does not move to the side as expected, but instead says on the left. The content does seem to scale,as well as the borders round.
Steps to reproduce:
cd example
flutter build apk --release
adb install build/app/outputs/apk/release/app-release.apk
When building an APK with the command, the drawer menu does not work. The menu does not move to the side as expected, but instead says on the left. The content does seem to scale,as well as the borders round.
Steps to reproduce: