A fully-featured Last.fm client and scrobbler with Shazam-like scrobbling, a collage generator, and more!
The app is available on iOS, Android, the web, and macOS. Note that the web and macOS versions don't support Shazam-like scrobbling.
Check out finale.app for screenshots.
To run Finale, you'll need:
$ git clone https://github.com/nrubin29/finale.git
env_sample.dart
in lib/
to env.dart
and fill in your keys$ flutter pub get
$ flutter pub run build_runner build
EnvironmentSample.swift
in ios/FinaleWidget/
to Environment.swift
$ cd ios
or $ cd macos
$ pod install
$ open Runner.xcworkspace