Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 2.04 KB

README.md

File metadata and controls

79 lines (50 loc) · 2.04 KB

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

drawing drawing drawing

  • Text editor with basic formatting

drawing

  • Display notes/groups in a grid

drawing drawing

  • Create/Edit groups

drawing

  • Display notes from a group

drawing

  • Context menu for notes

drawing drawing

  • Context menu for groups

drawing

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.