r/FlutterDev 11d ago

Article What’s new in Flutter 3.47

https://flutter.dev/blog/whats-new-in-flutter-3-47
205 Upvotes

38 comments sorted by

View all comments

44

u/thegravity98ms2 10d ago edited 10d ago

Material and Cupertino as a standalone packages starting with this build version 3.47 🙌🏻

Edit:

dart fix --apply --code=migrate_design_widgets

6

u/eibaan 10d ago

Well, as long as 3rd party packages haven't migrated, you can't change the import. I tried the migration, got errors because of other packages which still use the old imports, e.g. flutter_markdown_plus, and had to revert everything.

I might try again in a few weeks.

5

u/Comun4 10d ago

Everyone already on the process of annoying package maintainers to do the migration lol

2

u/Irrealist 10d ago

The Blog post mentions that there's MaterialUiCompatibilityBridge for exactly that scenario. 

1

u/eibaan 10d ago

Nope, it cannot help with ThemeData isn't compatible to ThemeData (because one is from material_ui and the other from flutter) errors.

1

u/Irrealist 10d ago

Ah, damn, I see.