https://github.com/klisiewicz/last-fm-app
A Flutter app that displays tracks from http://last.fm/
https://github.com/klisiewicz/last-fm-app
android dart flutter flutter-app flutter-example ios provider rest rest-client riverpod
Last synced: 8 months ago
JSON representation
A Flutter app that displays tracks from http://last.fm/
- Host: GitHub
- URL: https://github.com/klisiewicz/last-fm-app
- Owner: klisiewicz
- Created: 2021-08-30T16:32:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T10:16:27.000Z (over 4 years ago)
- Last Synced: 2024-10-09T13:11:14.337Z (over 1 year ago)
- Topics: android, dart, flutter, flutter-app, flutter-example, ios, provider, rest, rest-client, riverpod
- Language: Dart
- Homepage:
- Size: 9.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LastFM app
A Flutter app that displays tracks from http://last.fm/
## Getting Started
1. Create the API key at https://www.last.fm/api/account/create
2. At the top-level directory of the project create a `.env` file with the following content:
```
API_KEY=Your API key
```
3. Install packages by running:
```sh
flutter pub get
```
4. Run the generator with the following command:
```sh
flutter pub run build_runner build
```
## Screenshots

## Built with:
* [Flutter](https://flutter.dev/) - Flutter makes it easy and fast to build beautiful mobile apps.
* [Riverpod](https://pub.dev/packages/riverpod) - A simple way to access state from anywhere in your application while robust and testable.
* [Auto Route](https://pub.dev/packages/auto_route) - AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you.
* [Flutter Dotenv](https://pub.dev/packages/flutter_dotenv) - Easily configure any flutter application with global variables using a `.env` file.
* [Flutter Hooks](https://pub.dev/packages/flutter_dotenv) - A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.