My Notes App
It is a basic flutter ui for your notes written in Flutter.
Features |
---|
You can add your notes. |
You can edit your notes. |
You can copy the your notes and use them wherever you want. |
This app has following things:
1. Home Notes Screen
2. Add New Notes Screen
3. Detail Notes Screen
4. Edit Screen
To use this app follow below instructions :
Clone this app using below syntax:
git clone https://github.com/Aleynaesr/NotesAppWithFlutter.git
- After cloning install packages using below syntax:
flutter pub get
-
Above command will install all the necessary packages.
-
Run the app on your mobile using below command:
flutter run
Thank you happy coding ?