montycat 1.0.1
montycat: ^1.0.1 copied to clipboard
MontyCat Dart client: High-performance NoSQL database client for Dart and Flutter. Supports asynchronous operations, real-time subscriptions, in-memory and persistent storage, and robust data governance.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add montycatThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
montycat: ^1.0.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:montycat/montycat.dart';