hikionori / notee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notee

Notee is a simple note taking app built with Flutter and Bloc for state management. I have used the following packages:

Features

  • Add a note
  • Edit a note
  • Delete a note
  • View a note
  • View all notes
  • Search for a note

Project structure

lib/
    bloc/ # State management
    models/ # Data models
    pages/ # Pages
    stores/ # Data stores/Repositories
    main.dart # Main entry point
    router.dart # App router

Test coverage

lib/
    bloc/ # 100%
    stores/ # 100%

How to run, build and test

  • For running the app, you can use the following command:
flutter run
  • For building the app, you can use the following command:
flutter build apk/ios
  • For running the tests, you can use the following command:
flutter test 

About


Languages

Language:Dart 96.8%Language:Swift 2.6%Language:Kotlin 0.5%Language:Objective-C 0.1%