sc4v3ng3r / flutter_audio_query

Flutter Audio Query Plugin
https://pub.dev/packages/flutter_audio_query
MIT License
52 stars 47 forks source link

failed to cast String to bool for isMusic function in SongInfo class #3

Closed mdarifmustafa closed 4 years ago

mdarifmustafa commented 5 years ago

I am using this version flutter_audio_query: ^0.2.1

and failed to check the SongInfo object object.isMusic due to below said error

E/flutter (23006): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: type 'String' is not a subtype of type 'bool' E/flutter (23006): #0 SongInfo.isMusic (package:flutter_audio_query/src/song_info.dart:55:23)

hope it will help to make this function mature.

sc4v3ng3r commented 4 years ago

Thanks for your feedback. It will be fixed on next path.

sc4v3ng3r commented 4 years ago

fixed here