https://github.com/jedymatt/nevergonnagiveyouuplyrics
Application for the lyrics of never gonna give you up.
https://github.com/jedymatt/nevergonnagiveyouuplyrics
android-app flutter-app
Last synced: 3 months ago
JSON representation
Application for the lyrics of never gonna give you up.
- Host: GitHub
- URL: https://github.com/jedymatt/nevergonnagiveyouuplyrics
- Owner: jedymatt
- Created: 2021-10-23T10:49:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T05:43:00.000Z (over 3 years ago)
- Last Synced: 2024-12-29T06:09:53.868Z (5 months ago)
- Topics: android-app, flutter-app
- Language: Dart
- Homepage:
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeverGonnaGiveYouUpLyrics
Application for the lyrics of never gonna give you up.
## Getting Started
To run a released version of the app:
```bash
flutter run --release
```To run a debugging version of the app:
```bash
flutter run
```Note: To see more details when executing the command above, add this `-v` or `--verbose` at the end of the command.