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. |
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 🎈