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

Fix deprecated TextTheme properties: bodyText1 and button #1301

Closed pravinkumarravi closed 1 month ago

pravinkumarravi commented 1 month ago

This pull request updates the deprecated TextTheme properties bodyText1 and button to bodyLarge and labelLarge respectively. These changes are necessary to ensure compatibility with the latest versions of Flutter, which have deprecated the older properties. This should fix build errors related to these deprecations.