(2/2) Flutter Hive Database CRUD operations | Build a Todo App

Опубликовано: 23 Октябрь 2024
на канале: Code HQ
631
24

In this video we will learn how to perform CRUD operations in Hive by add Add, Edit, Delete and Read functionalities to our Todo app.

Link to the part 1:
   • (2/2) Flutter Hive Database CRUD oper...  

Get source code at:
https://github.com/CoderrHQ/flutter-t...

#flutter #hive #database #localstorage #nosqldatabase #nosql

––––––––––––––––––––––––––––––
Track: Good Times — Ason ID [Audio Library Release]
Music provided by Audio Library Plus
Watch:

• Good Times — Ason...
Free Download / Stream: https://alplus.io/good-times-ason-id
––––––––––––––––––––––––––––––

Timestamps:
⌨️ (0:00) App demo
⌨️ (0:11) Intro to Hive
⌨️ (0:21) Adding dependencies
⌨️ (0:37) Initializing Hive
⌨️ (00:52) Creating Task Adapter
⌨️ (01:51) Register Adapter and open Tasks box
⌨️ (02:25) Adding a task
⌨️ (02:46) Updating a task
⌨️ (03:01) Deleting a task
⌨️ (03:11) Displaying tasks and listening to changes
⌨️ (04:13) Saving is checked status to Database
⌨️ (05:01) Outro