bingo 1.0.1 copy "bingo: ^1.0.1" to clipboard
bingo: ^1.0.1 copied to clipboard

A high-performance, synchronous state storage engine for Flutter with built-in caching and type-safe object registration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bingo

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

dependencies:
  bingo: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bingo/bingo.dart';
1
likes
160
points
181
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance, synchronous state storage engine for Flutter with built-in caching and type-safe object registration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, sembast

More

Packages that depend on bingo