iampawan / Flute-Music-Player

Flute Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Apache License 2.0
332 stars 119 forks source link

Compiler errors #10

Open pcdavis opened 5 years ago

pcdavis commented 5 years ago

Hi, Thanks for creating this Flutter plugin. I was hoping to use it, but I can't get it to compile without the errors shown below. My process is the following: I clone the Flutter-Music-Player repo and then run 'Flutter packages get' followed by 'Flutter run'. Am I missing something? Here are the Compiler errors:

`Compiler message: lib/pages/now_playing.dart:110:10: Error: The setter 'timestamp' isn't defined for the class 'Song'.

DeeptiSharma1 commented 4 years ago

I am also facing same issue