Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.1 KB

Note-App

A Minimal Note Application in Flutter

Packages

  • sqflite
  • path_provider
  • intl ^0.16.1

look for these packages at pub.dev

Build And Run

you can download the release apk for Android 32-bit device directly from here

if you wish to run the build the code on your system follow the steps below

Clone the repository

git clone [email protected]:ayaankhan98/Note_App.git

Get into the directory

cd Note_App

Install pub dependencies

flutter pub get

Check available emulators

flutter emulators

you will see available emulators on your machine select the id of emulator on which you wish to run the app

flutter emulators --launch YOUR_EMULATOR_ID

Finally the app is running on your machine

Preview