Skip to content
/ holder Public

Holder: Remember Important Details About Other People

Notifications You must be signed in to change notification settings

vaetas/holder

Repository files navigation

Holder

This a proof-of-concept app. Everything may change. Use at your own risk.

Holder helps you to remember important details about important people. It is a contacts app connected with note app. For each person you can create a profile and assign notes (details you would like to remember) or dates (like birthday).

Screenshots

Technical details

  • BLoC for state management.
  • freezed for sealed unions. It works really nicely with BLoC.
  • floor for persistence. (Will be perfect once type adapters area added.)
  • get_it for dependency injection of services.
  • injectable for auto-registering services with get_it.

Build

This project heavily uses build_runner for generating code. Run following command to trigger build run when you change file.

flutter packages pub run build_runner watch

About

Holder: Remember Important Details About Other People

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages