https://github.com/lencx/gitq
🐙
https://github.com/lencx/gitq
application dart flutter github gitq
Last synced: about 2 months ago
JSON representation
🐙
- Host: GitHub
- URL: https://github.com/lencx/gitq
- Owner: lencx
- Created: 2019-12-20T15:44:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T02:34:43.000Z (over 6 years ago)
- Last Synced: 2024-05-23T05:34:51.544Z (about 2 years ago)
- Topics: application, dart, flutter, github, gitq
- Language: Dart
- Homepage:
- Size: 967 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitQ
---
```bash
# ios
open -a Simulator
open ios/Runner.xcworkspace
flutter run
```
```bash
# json to models
# `json/*.json` => `lib/models/*.dart`
./bin/jtm.sh
```
```bash
# app icon
flutter pub run flutter_launcher_icons:main
```
## TODO