Skip to content

A small Flutter Notes App designed for mobile devices, clean UI and rich text editor.

Notifications You must be signed in to change notification settings

teddy-vltn/flutter-notes

Repository files navigation

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.

About

A small Flutter Notes App designed for mobile devices, clean UI and rich text editor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published