Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic display & picker implementations #28

Merged
merged 6 commits into from Mar 20, 2018
Merged

Conversation

faku99
Copy link
Member

@faku99 faku99 commented Mar 19, 2018

This pull request adds the following method to the library:

It also adds the following members:

  • ValueNotifier<AudioTrack> currentTrackNotifier: notifies listeners every time the playing track changes.
  • AudioTrack currentTrack: current playing track.

The class AudioTrack has been added (closes #8). It currently represents a track with the following fileds:

  • String album
  • String artist
  • Uint8List artwork
  • String path
  • String title

The example has been updated to reflect library changes.

@ludelafo
Copy link
Member

@faku99 I have a few concerns for the cleanup but you can merge !

@faku99 faku99 merged commit 143c710 into 2find:master Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a method that shows an UI to pick an audio file from storage Add a class that represents a song
2 participants