Changes to support flutter 3.1, i.e. implement fontVariations TextStyle
Thank you for your PR, a new version for https://pub.dev/packages/fwfh_text_style/versions/2.13.0 has been released. It should fix your issue with Flutter beta. Please try upgrading and let me know if it works for you.
Hi @daohoangson , i'm still facing with this on latest flutter version 3.3.1
Error output: ../../flutter/.pub-cache/hosted/pub.dartlang.org/fwfh_text_style-2.7.3+2/lib/fwfh_text_style.dart:11:7: Error: The non-abstract class 'FwfhTextStyle' is missing implementations for these members:
- TextStyle.fontVariations
Please try flutter pub upgrade fwfh_text_style to bump that package to a Flutter 3.3 compatible version.
Thank you @eliudio for the PR, the latest version already works with Flutter 3.1 so I'm closing this PR.