Skip to content

Kevin-379/Flutter-Assignment

 
 

Repository files navigation

Flutter Assignment: Drawing Notes App

Screenshots

Screenshot Screenshot

Build from source

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 precompiled apk

Use

app-arm64-v8a-release.apk
app-armeabi-v7a-release.apk
app-x86_64-release.apk

According to your device

Features

  1. Create drawings
  2. Delete drawings
  3. Search drawings
  4. Undo, redo, clear, save drawings
  5. Save drawings locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 93.0%
  • Objective-C 5.9%
  • Java 1.1%