Skip to content

devkishor8007/contacty_hive_offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive Contact App in Flutter

Using Hive to store the data as a Offline, make a contact app and also change the theme. Hive is a lightweight and blazing fast key-value database written in pure Dart.

Getting Started

Before clone the repo, you must have flutter on your device.

Fork this repo 
$ git clone https://github.com/<username_github>/contacty_hive_offline

Remember to update all the packages...

$ flutter clean
$ flutter pub get

Run the app

f5 or click on RUN

Pacakge That I use in this project

hive
hive_flutter
path_provider
build_runner
hive_generator

Usage

You can use Hive just like a map. It is not necessary to await Futures.

var box = Hive.box('myBox');

box.put('name', 'David');

var name = box.get('name');

print('Name: $name');

Hive Contact App Final Output

About

built contacty flutter app with the help of hive db and switching the themes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published