https://github.com/dobx/dobx_ds
dobx lib for protostuffdb
https://github.com/dobx/dobx_ds
dobx flutter rpc
Last synced: about 2 months ago
JSON representation
dobx lib for protostuffdb
- Host: GitHub
- URL: https://github.com/dobx/dobx_ds
- Owner: dobx
- License: apache-2.0
- Created: 2017-03-22T13:57:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T05:17:01.000Z (about 8 years ago)
- Last Synced: 2025-06-10T04:04:29.402Z (about 1 year ago)
- Topics: dobx, flutter, rpc
- Language: Dart
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dobx lib for protostuffdb
### Generate code (optional, generated code is checked in)
```sh
mkdir -p target
wget -O target/fbsgen-ds.jar https://repo1.maven.org/maven2/com/dyuproject/fbsgen/ds/fbsgen-ds-fatjar/1.0.1/fbsgen-ds-fatjar-1.0.1.jar
git clone https://gitlab.com/dyu/ds-proto.git p
./codegen.sh
```
### Install deps
```sh
pub get
```