GitHunt
MD

md-siam/isar_notepad

Create a note pad app using isar

Isar Notepad

This app show how to perform a CRUD operation using Isar database.

Packages

Add these third party packages to your pubspec.yaml file. For more information follow the official documentation in this URL: https://isar-community.dev/v3/tutorials/quickstart.html

    dependencies:
    path_provider: ^2.1.5
    provider: ^6.1.2
    isar:
        hosted: https://pub.isar-community.dev
        version: ^3.1.8
    isar_flutter_libs:
        hosted: https://pub.isar-community.dev
        version: ^3.1.8

    dev_dependencies:
    build_runner: ^2.4.13
    isar_generator:
        hosted: https://pub.isar-community.dev
        version: ^3.1.8

Build Runner Command

In your terminal run:

    $ dart run build_runner build --delete-conflicting-outputs

App Demo

Languages

C++44.0%CMake35.3%Dart14.3%Swift3.5%C2.6%Kotlin0.2%Objective-C0.1%
Created November 26, 2024
Updated November 27, 2024
md-siam/isar_notepad | GitHunt