teddy-vltn / flutter-notes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Dart 51.0%Language:C++ 23.2%Language:CMake 18.0%Language:Ruby 2.6%Language:Swift 2.2%Language:HTML 1.7%Language:C 1.3%Language:Kotlin 0.1%Language:Objective-C 0.0%