Installation
To start using QuantaDB, add the dependency to your pubspec.yaml
file:
dependencies:
quanta_db: ^0.0.5 # Use the latest version
Then, run dart pub get
or flutter pub get
.
Import the package in your Dart code:
import 'package:quanta_db/quanta_db.dart';