Refer to https://flutter.dev/docs/deployment/android for more details
flutter build apk --split-per-abi
creates apk
Connect the device and run
flutter install
to install
Use
app-arm64-v8a-release.apk
app-armeabi-v7a-release.apk
app-x86_64-release.apk
According to your device
- Create drawings
- Delete drawings
- Search drawings
- Undo, redo, clear, save drawings
- Save drawings locally

