fl_hive 0.0.2 copy "fl_hive: ^0.0.2" to clipboard
fl_hive: ^0.0.2 copied to clipboard

outdated

Make Hive package super easy to use, with auto close box ability to improve performance

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('FL HIVE PACKAGE'),
        ),
      ),
    );
  }
}
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Make Hive package super easy to use, with auto close box ability to improve performance

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

async, flutter, hive, hive_flutter, rxdart

More

Packages that depend on fl_hive