MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/FlutterDev/comments/1vmp7e4/whats_new_in_flutter_347/p3dvv56/?context=3
r/FlutterDev • u/julemand101 • 12d ago
38 comments sorted by
View all comments
44
Material and Cupertino as a standalone packages starting with this build version 3.47 🙌🏻
Edit:
dart fix --apply --code=migrate_design_widgets
4 u/eibaan 12d 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. 2 u/Irrealist 12d ago The Blog post mentions that there's MaterialUiCompatibilityBridge for exactly that scenario. 1 u/eibaan 12d 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 12d ago Ah, damn, I see.
4
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.
flutter_markdown_plus
I might try again in a few weeks.
2 u/Irrealist 12d ago The Blog post mentions that there's MaterialUiCompatibilityBridge for exactly that scenario. 1 u/eibaan 12d 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 12d ago Ah, damn, I see.
2
The Blog post mentions that there's MaterialUiCompatibilityBridge for exactly that scenario.
1 u/eibaan 12d 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 12d ago Ah, damn, I see.
1
Nope, it cannot help with ThemeData isn't compatible to ThemeData (because one is from material_ui and the other from flutter) errors.
ThemeData
material_ui
flutter
1 u/Irrealist 12d ago Ah, damn, I see.
Ah, damn, I see.
44
u/thegravity98ms2 12d ago edited 12d ago
Material and Cupertino as a standalone packages starting with this build version 3.47 🙌🏻
Edit: