Skip to content

Flutter BLoC pattern example which allows to fetch songs lyrics

Notifications You must be signed in to change notification settings

kackogut/flutter_bloc_lyrics

Repository files navigation

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

About

Flutter BLoC pattern example which allows to fetch songs lyrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages