RafaelBarbosatec / hidden_drawer_menu

Hidden Drawer Menu is a library for adding a beautiful drawer mode menu feature with perspective animation.
MIT License
352 stars 55 forks source link

Does not work in android release #12

Closed Froelund closed 5 years ago

Froelund commented 5 years ago

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
Froelund commented 5 years ago

I just tested with flutter beta channel, and it seems to work.