/notes_app

Simple CRUD using Hive.

Primary LanguageDartMIT LicenseMIT

Notes App

Implementing simple storage operations, CRUD (Create, Read, Update, Delete), using Hive.

Demo

NoteApp.mp4

For developers

Create a clone of the target repository:

$ git clone git@github.com:luciano01/notes_app.git

Enter the cloned project directory with the command:

Or the path to the cloned project folder.

$ cd notes_app

Open an Android emulator or connect your smartphone to your computer and execute the following commands:

$ flutter clean
$ flutter pub get
$ flutter run

Built with

Developer and Author