https://github.com/badetitou/pokecard-tcg
https://github.com/badetitou/pokecard-tcg
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/pokecard-tcg
- Owner: badetitou
- Created: 2021-03-13T11:01:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T16:46:16.000Z (about 1 year ago)
- Last Synced: 2025-01-19T06:03:18.137Z (9 months ago)
- Language: Dart
- Homepage: https://badetitou.github.io/pokecard-tcg
- Size: 8.88 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
# Pokecard TCG
This is a flutter app I developed to learn flutter
## Developers
### Build the application
```bash
flutter build appbundle
```### Connect to android device
```bash
adb pair 192.168.1.64:12345
# Enter code
adb connect 192.168.1.64:12345
```### Generate database info when updating drift
To regenerate the code of the drift database perform:
```bash
dart run build_runner build -d
```