flutter_robusta_hive 0.1.0+1 copy "flutter_robusta_hive: ^0.1.0+1" to clipboard
flutter_robusta_hive: ^0.1.0+1 copied to clipboard

Providing bridge to integrate Robusta with Hive storage features.

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

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();
0
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Providing bridge to integrate Robusta with Hive storage features.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, hive_flutter, robusta_runner

More

Packages that depend on flutter_robusta_hive