Still, this release changes several important parts of the ecosystem. Some of those changes are infrastructural, almost invisible. But they will affect daily development much more than another shiny widget.
The main themes of Flutter 3.44 are:
- decoupling framework packages from the SDK,
- modernizing Apple platform tooling,
- improving platform integrations,
- preparing Flutter for AI-assisted development,
- and quietly reorganizing desktop support.
Material and Cupertino are leaving the SDK
This is probably the biggest architectural change in the release.
Historically, material.dart and cupertino.dart were bundled directly inside the Flutter SDK. Starting with Flutter 3.44, Google effectively…
Still, this release changes several important parts of the ecosystem. Some of those changes are infrastructural, almost invisible. But they will affect daily development much more than another shiny widget.
The main themes of Flutter 3.44 are:
Material and Cupertino are leaving the SDK
This is probably the biggest architectural change in the release.
Historically, material.dart and cupertino.dart were bundled directly inside the Flutter SDK. Starting with Flutter 3.44, Google effectively…