flutter_lmdb2 0.9.0 copy "flutter_lmdb2: ^0.9.0" to clipboard
flutter_lmdb2: ^0.9.0 copied to clipboard

retracted

Flutter plugin to include native LMDB (Lightning Memory-Mapped Database), providing both high-level convenience methods and low-level transaction control.

flutter_lmdb2 #

Flutter bindings for LMDB (Lightning Memory-Mapped Database). This package is a Flutter wrapper for dart_lmdb2 and integrates this package for a Flutter app.

Pub Version

Linux Windows Android MacOS iOS web
soon soon 💙 💙 💙 -

Features #

  • Native LMDB integration for Flutter
  • Complete dart_lmdb2 API available inside Flutter applications

Installation #

dependencies:
  flutter_lmdb2: ^0.9.0

Additional Setup Steps #

You need to fetch the native libraries:

dart run flutter_lmdb2:fetch_native

This step should be done every time you fetch a new version of dart_lmdb2.

Example #

For a complete working example, check out the Flutter app in the example/ subdirectory.

Documentation #

For detailed API documentation, please refer to dart_lmdb2 project.

License #

MIT, see LICENSE

3
likes
0
points
23
downloads

Publisher

verified publishergrammatek.com

Weekly Downloads

Flutter plugin to include native LMDB (Lightning Memory-Mapped Database), providing both high-level convenience methods and low-level transaction control.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_lmdb2, flutter, path

More

Packages that depend on flutter_lmdb2

Packages that implement flutter_lmdb2