Flutter Notes App – A flutter project to create notes, organize them into group and display them in a list. This project is not setup for fetching data from a server. It is just a simple project using local storage.
All data is stored using the shared_preferences package.
Features
- Create/Edit notes & organize them into groups
- Text editor with basic formatting
- Display notes/groups in a grid
- Create/Edit groups
- Display notes from a group
- Context menu for notes
- Context menu for groups
Getting Started
This project is a starting point for a Flutter application.
- Clone the project
- Run
flutter pub get
to install dependencies - Run
flutter run
to run the app
Packages used
Architecture
This project uses the BLoC pattern to manage state.
GITHUB REPOSITORY
https://github.com/teddy-vltn/flutter-notes
- All rights reserved to the respective owners/authors