Sub6Resources / chewie_audio

The audio player for Flutter with a heart of gold
MIT License
13 stars 30 forks source link

Flutter build failing for web application #23

Open TFJL opened 1 year ago

TFJL commented 1 year ago

We had build successfully passing on 10 May 2023. and since the 16th of may 2023 the following build error started appearing, specifically complaining about the Chewie_audio- 1.4.0 add on

[ +6 ms] Target dart2js failed: Exception: /C:/Users/***/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/chewie_audio-1.4.0/lib/src/material_controls.dart:82:51: Error: The getter 'labelLarge' isn't defined for the class 'TextTheme'.

Dentro2000 commented 2 months ago

Hi, I have similiar issue, but ios build is not compiling becaus of that error. I see that 1.5.0 version is also using final iconColor = Theme.of(context).textTheme.labelLarge!.color; so upgrade is not an option. Can I get any help with that?