BoltDB Viewer
December 14, 2020 · View on GitHub
A BoltDB Viewer Flutter project.
Features
- Display the contents of the boltdb file.
- Support Windows、Linux、Android.
Screenshot
Linux

Windows

Getting Started
Install dependencies
You'll need to have the following tools installed on your machine.
Run on Linux or Windows
git clone https://github.com/zc310/rich_boltdb.git
cd rich_boltdb
flutter pub get
hover run
Build standalone application
hover build linux # or darwin or windows
Build android apk
flutter create .
# build boltdb aar
plugins/boltdb/go/boltdb.ps1
flutter build apk