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

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.1
copied to clipboard

Additional Setup Steps #

You need to fetch the native libraries:

dart run flutter_lmdb2:fetch_native
copied to clipboard

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

1
likes
160
points
42
downloads

Publisher

verified publishergrammatek.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_lmdb2, flutter, path

More

Packages that depend on flutter_lmdb2