In Flutter 3.47 the Material and Cupertino widget libraries have been decoupled from the Flutter SDK:
https://flutter.dev/blog/whats-new-in-flutter-3-47#choose-your-own-ui-adventure
Until this package migrates to the decoupled packages, consumers will need to wrap relevant usages in MaterialUiCompatibilityBridge:
https://pub.dev/packages/material_ui#step-3-bridge-legacy-dependencies-if-needed
In Flutter 3.47 the Material and Cupertino widget libraries have been decoupled from the Flutter SDK:
https://flutter.dev/blog/whats-new-in-flutter-3-47#choose-your-own-ui-adventure
Until this package migrates to the decoupled packages, consumers will need to wrap relevant usages in
MaterialUiCompatibilityBridge:https://pub.dev/packages/material_ui#step-3-bridge-legacy-dependencies-if-needed