paurakhsharma / flutter_chord

Lyrics Chord parser for Flutter
MIT License
24 stars 14 forks source link

Error after flutter 3.0.0 update #13

Closed turker2000 closed 2 years ago

turker2000 commented 2 years ago

Hi, After the Flutter 3.0.0 update, the following error message started to show. The application compiles but the error message keeps coming after each build.

Launching lib\main.dart on GM 5 Plus in debug mode... Parameter format not correct - √ Built build\app\outputs\flutter-apk\app-debug.apk. /C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chord-0.1.1/lib/src/lyrics_renderer.dart:159:20: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.

ShimronAlakkal commented 2 years ago

This, probably, should be a problem with any old packages used in the project. Try updating every pubspec package to their latest versions. Seems like something of that sort.

turker2000 commented 2 years ago

All pubspec packages have been updated. the problem persists.

alexaung commented 2 years ago

It have to change in plugin not in your code. So wait for the update

paurakhsharma commented 2 years ago

Thank you for raising the issue. I have fixed it in version 0.1.2. Feel free to re-open the issue if the problem persists.