Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.