An open API service indexing awesome lists of open source software.

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.

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.