Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dobx/dobx_ds
dobx lib for protostuffdb
https://github.com/dobx/dobx_ds
dobx flutter rpc
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T05:17:01.000Z (almost 7 years ago)
- Last Synced: 2023-08-20T21:47:28.721Z (over 1 year ago)
- Topics: dobx, flutter, rpc
- Language: Dart
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- 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
```