flutter_lmdb2 0.9.2
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.
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