A Flutter app that displays tracks from http://last.fm/
-
Create the API key at https://www.last.fm/api/account/create
-
At the top-level directory of the project create a
.envfile with the following content:
API_KEY=Your API key
- Install packages by running:
flutter pub get- Run the generator with the following command:
flutter pub run build_runner build- Flutter - Flutter makes it easy and fast to build beautiful mobile apps.
- Riverpod - A simple way to access state from anywhere in your application while robust and testable.
- Auto Route - AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you.
- Flutter Dotenv - Easily configure any flutter application with global variables using a
.envfile. - Flutter Hooks - A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.
