zema_hive 0.1.0 copy "zema_hive: ^0.1.0" to clipboard
zema_hive: ^0.1.0 copied to clipboard

Zema schema validation integration for Hive. Type-safe local storage without TypeAdapters or code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zema_hive

With Flutter:

 $ flutter pub add zema_hive

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

dependencies:
  zema_hive: ^0.1.0

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:zema_hive/zema_hive.dart';
0
likes
160
points
71
downloads

Documentation

API reference

Publisher

verified publishermeragix.dev

Weekly Downloads

Zema schema validation integration for Hive. Type-safe local storage without TypeAdapters or code generation.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#hive #local-storage #validation #schema #zema

License

MIT (license)

Dependencies

hive_ce, zema

More

Packages that depend on zema_hive