Skip to content

A flutter project to demonstrate an author's approach to the Clean Architecture.

Notifications You must be signed in to change notification settings

eugelin7/Last-fm-project

Repository files navigation

Last fm project

A flutter project to demonstrate an author's approach to the Clean Architecture. The main advantage is a concise and easily understandable (at the same time maintainable and scalable) project structure. For more info - check my article here: Part 1 and Part 2

Screenshots

1 2 3
4 5 6

There is also a short video on Youtube about how it works.


API key

This app needs an API key from the "last.fm" service. You can get it here. After getting the key you need to create ".env" file in the project's root folder and put your key inside this file like this:

LastFmApiKey=YOUR_API_KEY

For more info you can check the documentation of the flutter_dotenv library.


List of used libraries

  • dio
  • pretty_dio_logger
  • flutter_dotenv
  • equatable
  • bloc
  • flutter_bloc
  • get_it
  • intl
  • cached_network_image
  • go_router
  • flutter_html
  • url_launcher
  • provider
  • hive
  • hive_flutter
  • crypto
  • google_fonts
  • easy_debounce
  • flutter_native_splash

Releases

No releases published

Packages

No packages published

Languages