A new Flutter application that gets a songs lyrics
The app gets an artist and a song name from the user and sends a request to 'orion.apiseeds.com' API and gets the lyrics from it. When the lyrics is found it will displayed on screen in scrollable widget.
Then the data is saved on the device using the Shared Preferences package, to show later in the history page (The data is unreachable to no one, except the user, and he can delete it!).
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.