Skip to content

klisiewicz/last-fm-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Install packages by running:
flutter pub get
  1. Run the generator with the following command:
flutter pub run build_runner build

Screenshots

LastFM App

Built with:

  • 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 .env file.
  • Flutter Hooks - A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.

Releases

No releases published

Packages

 
 
 

Contributors

Languages