Skip to content

A Hivedb-Flutter powered Todo app , which let users add todo items and delete finished one. The data is stored using NoSQL database Hivedb boxes which deliver blazingly fast performance.

Notifications You must be signed in to change notification settings

devmnj/Hivedb-Flutter-Todo

Repository files navigation

Hive DB-Flutter Todo

A Hive DB-Flutter [NoSQL] Todo application.

Getting Started

This is a flutter Todo application, which uses Hivedb NoSQL database , which featuring lightweight and blazingly fast performance.

Hive DB can be used for almost any app , where relational database is not required. The boxes store data using key,value pair.

The Hive DB requires adapterswhich can be autogenerated by build_runner (in our case for Todo.dart file) using the following command

flutter packages pub run build_runner build --delete-conflicting-outputs

Hive Box represents your data collection

For more information about Hive visit the Repository

Do not forget to run pub get

About

A Hivedb-Flutter powered Todo app , which let users add todo items and delete finished one. The data is stored using NoSQL database Hivedb boxes which deliver blazingly fast performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published