Skip to content

0Mouiz1/HIve-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Learning purposes:

📱 TO DO App • Flutter Tutorial ♥ Hive Local Storage

This is a simple yet powerful TO DO App built with Flutter that utilizes the Hive local storage for storing data locally on the device. The app follows the MVC (Model-View-Controller) architecture, making the code structure modular and easy to maintain. Whether you're learning Flutter or looking for a practical solution to task management, this app covers the essentials.

🎥 Tutorial

Check out the complete YouTube tutorial for this project:

TO DO App Tutorial

😁Click here to watch the tutorial

📝 MVC Architecture

The app is structured using the MVC pattern:

  • Model: Defines the structure of the data (task) and handles the Hive storage.
  • View: Contains the UI components like task tiles and input fields.
  • Controller: Manages the logic of adding, deleting, and retrieving tasks from Hive.

This structure makes the code cleaner, more maintainable, and easier to extend.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published