katana_model_local 2.5.7 copy "katana_model_local: ^2.5.7" to clipboard
katana_model_local: ^2.5.7 copied to clipboard

Local DB plugin for katana_model. A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add katana_model_local
copied to clipboard

With Flutter:

 $ flutter pub add katana_model_local
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  katana_model_local: ^2.5.7
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:katana_model_local/katana_model_local.dart';
copied to clipboard
1
likes
0
points
2.73k
downloads

Publisher

verified publishermathru.net

Weekly Downloads

2024.06.21 - 2025.01.03

Local DB plugin for katana_model. A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

csv, flutter, katana, katana_model, path_provider, shared_preferences

More

Packages that depend on katana_model_local