8000 GitHub - zc310/rich_boltdb: BoltDB Viewer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zc310/rich_boltdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoltDB Viewer

A BoltDB Viewer Flutter project.

Features

  • Display the contents of the boltdb file.
  • Support Windows、Linux、Android.

Screensho 7BF8 t

Linux

BoltDB Viewer - linux

Windows

BoltDB Viewer - 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
0