Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 589 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 589 Bytes

Flutter BLoC Lyrics

Flutter BLoC example. App created for fetching songs lyrics from Genius API and add custom song details, that are stored in the device memory.

Getting Started

To start the application you have to obtain API key from [Genius API] (https://genius.com/api-clients/new), then create file secrets.dart in lib/common.In this file create variable const String GENIUS_KEY = ... and paste your token as the value.

Helpful links

Bloc library

Genius API