flutter_robusta_hive

Last updated:

0 purchases

flutter_robusta_hive Image
flutter_robusta_hive Images
Add to Cart

Description:

flutter robusta hive

Flutter Robusta Hive #
Providing bridge to integrate Robusta with Flutter Hive storage.
Installation #
Install this package via pub command:
flutter pub add flutter_robusta_hive
copied to clipboard
Usages #
Add FlutterHiveExtension to runner:
import 'package:flutter_robusta/flutter_robusta.dart';
import 'package:flutter_robusta_hive/flutter_robusta_hive.dart';

final runner = Runner(
extensions: [
///...
FlutterHiveExtension(),
],
);

Future<void> main() => runner.run();
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.