jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
889 stars 929 forks source link

[FEATURE] Please update to support latest Flutter 3.22.0 #1302

Open bimemto opened 1 month ago

bimemto commented 1 month ago

I face this error when build with Flutter 3.22.0:

better_player-0.0.83/lib/src/configuration/better_player_controls_configuration.dart:243:34: Error: The getter 'bodyText1' isn't defined for the class 'TextTheme'.

Please do a litter quick fix. Thanks and regards

Galzysoft commented 1 month ago

i have the same error pls update and fix the them error i think it is a minor error to fix the error is not supporting the latest flutter

AhmedNihmet commented 1 month ago

Any fix for this?

Galzysoft commented 1 month ago

Any fix for this?

I think its just about their theming well you can downgrade flutter to be able to use it and we keep waiting until they fix it

Syed-Waleed-Shah commented 1 month ago

In the mean time you can use following package import in your pubspec.yaml:

  better_player:
    git:
      url: https://github.com/Syed-Waleed-Shah/betterplayer.git
      ref: flutter-3.22.0-support