Flutter – works in emulator, but not on a physical device
i copied the code from https://github.com/felangel/bloc/tree/master/examples/flutter_todosapplication runs perfectly on the web and on the android emulator. BUT does not launch via APK on a physical device. Gives the error: "app not installed as package appears to be invalid". How to…