Flutter News July 2026 (2/2)

Overview of news in the Flutter world from July 8–28, 2026: hotfixes 3.44.6 and 3.44.7, standalone material_ui/cupertino_ui packages, FlutterCon USA, and the 3D engine flutter_scene 0.20.0.

NetGlade

|
netglade flutter app news august 2026

A roundup of Flutter news for 8–28 Jul 2026 — from hotfixes through standalone UI packages to tooling where AI increasingly comes into play.

1. Two new stable hotfixes: Flutter 3.44.6 and 3.44.7

Following up on 3.44.5 from the previous digest — the 3.44 line picked up two more patch releases in July. 3.44.6 (July 8) fixes a crash when building an asset bundle with native assets on Linux without a native build directory (a missing CMakeCache.txt), and a crash when running Android instrumented tests. 3.44.7 (July 17) addresses a resource leak that occasionally crashed apps using external textures on certain GPUs (e.g. Arm Mali).

A plain flutter upgrade is all you need.

Source: Flutter — GitHub Releases, Jul 2026

2. material_ui and cupertino_ui: standalone packages with one-command dart fix migration

The decoupling of Material and Cupertino from Flutter's core, which began with April's code freeze, is entering its final stretch. Both libraries now live as standalone material_ui and cupertino_ui packages on pub.dev, no longer tied to the quarterly SDK release cycle — so new Material 3 features and Cupertino fixes reach you as soon as they ship.

Migration is painless: a single dart fix rewrites imports from package:flutter/material.dart to package:material_ui/material_ui.dart. The old imports still work for now (with a deprecation warning), so nothing breaks overnight.

Source: Emma Twersky — X, Jul 2026

3. FlutterCon USA 2026 in Orlando

FlutterCon USA 2026 took place July 16–17 in Orlando, Florida — this year co-located with droidCon Orlando for the first time. Very Good Ventures brought 20+ speakers and 13 sessions spanning Flutter at enterprise scale across mobile, web, embedded hardware, and AI-augmented workflows, with insights from teams at Etsy, Toyota, Universal Studios, and others.

Organizers also hinted at what's next: the 2027 edition aims to unite Android, Flutter, React Native, iOS, and game developers under one roof. The next big stop is next.app devcon in Berlin (October 2026).

Source: Very Good Ventures, Jul 2026

4. Flutter Scene 0.20.0 — the 3D engine for Flutter grows up

flutter_scene — the realtime 3D engine by bdero, built on Flutter GPU and Impeller — shipped 0.20.0 on July 27, its biggest release yet. It brings a declarative scene API (SceneView.declarative, SceneNode, SceneMesh), spatial audio via pluggable backends, CPU particle systems, physics as an optional sub-barrel, and material variants via KHR_materials_variants.

The project drew plenty of attention at FlutterCon — if you've been eyeing 3D in Flutter, now's a good time to look. Docs live at fscene.dev.

Source: flutter_scene — pub.dev / fscene.dev

5. Tailwind classes in Flutter, powered by Mix

Leo Farias, author of the Mix styling framework, showed off an experiment that parses Tailwind CSS classes and translates them into Mix stylers — so a string like bg-blue-50 rounded-xl p-4 flex flex-col gap-2 works directly in Flutter. His demo puts Mix on the left next to real Tailwind HTML/CSS on the right, and they render identically; even on-hover styling reportedly works. A neat glimpse of where Mix's type-safe styling engine is heading.

Source: Leo Farias — X

6. VSCode extensions in pure Dart

Chris Sells built on Kali's ground-breaking work on writing VSCode extensions in Dart and Flutter, extending it with typed Dart wrappers for all 2,000+ VSCode APIs. The result: you can write VSCode extensions — and AI assistants — in pure Dart, without dropping into TypeScript. For the Flutter/Dart community it's an intriguing way to stay in a single language even when building editor tooling.

Source: Chris Sells — X

7. Claude Code can now drive the iOS Simulator

On July 21 Anthropic added iOS Simulator integration to Claude Code Desktop (macOS). The AI assistant Claude can build, install, and launch an app, then tap, type, and take screenshots inside it on its own — the simulator pane opens right next to the conversation (up to four at once). It's in public beta for Pro/Max/Team users (Claude Code Desktop 1.24012.0+), and per Anthropic it's the first major AI coding tool to do this without screen recording or Accessibility permissions.

Why it's a turning point beyond native iOS: it closes the write → run → look → fix loop with the agent doing the visual UI check itself, not the developer. It applies to any iOS app in the simulator — Flutter, React Native, or Expo included, not just Swift. For Flutter developers it means Claude can actually click through an iOS build and verify behavior rather than only reading the code.

Caveats: Mac-only (the iOS Simulator runs nowhere else), needs Xcode with the iOS platform, and works only in local sessions (not cloud/SSH). Mind privacy too — simulator screenshots are sent to Anthropic under your conversation retention, so don't sign into real accounts in the app under test.

Source: Claude Code Docs — Test iOS apps in the simulator

Your weekly Flutter and mobile app development briefing, brought to you by NetGlade, using AI.

Stay in the Loop

Developing with 💚 since 2014

Stay in the Loop

Developing with 💚 since 2014

Stay in the Loop

Developing with 💚 since 2014