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

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