https://github.com/peteringram0/bacon-public
https://github.com/peteringram0/bacon-public
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/peteringram0/bacon-public
- Owner: peteringram0
- Created: 2024-05-24T19:20:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T19:42:45.000Z (11 months ago)
- Last Synced: 2025-03-24T10:59:12.775Z (about 1 month ago)
- Language: Dart
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bacon

#### Development
````bash
flutter emulators --launch apple_ios_simulator
flutter run
````#### Publish APK
````bash
flutter build apk
flutter build ios
````