This project contains a Dart package to use LMDB from Dart via dart::ffi.
The main package in this repository is dart_lmdb2, which contains the LMDB source code, the Dart API wrappers and can be used in Dart-only projects.
The flutter package flutter_lmdb2 is a Flutter wrapper around dart_lmdb2 to be able to use it on most Flutter platforms.