Today, we share a breakthrough on the planar unit distance problem, a famous open question first posed by Paul Erdős in 1946.
For nearly 80 years, mathematicians believed the best possible solutions looked roughly like square grids.
An OpenAI model has now disproved that belief, discovering an entirely new family of constructions that performs better.
This marks the first time AI has autonomously solved a prominent open problem central to a field of mathematics.
One thing that LLM-based development brought that I didn't predict but makes perfect sense:
There's hardly any "ecosystem envy" anymore.
If there's a great library in {Python, TypeScript, C#, Java}, with unit tests, and you want it in Dart — just ask an AI to port it for you.
📣 Starting with the next stable Flutter release, 3.44, Swift Package Manager replaces CocoaPods as the default dependency manager for iOS and macOS apps → https://t.co/lbC5aWt9uG
This means no more messing around with Ruby or CocoaPods installations to get your app running!
💙 We were ready to close submissions.
Then the same message kept coming in: “just need a bit more time.” 🙏
So — here it is.
+3 days to submit your flutterCon USA talk
👉 Don’t leave it in drafts https://t.co/TXHjwpHI5o
Flutter 3.41.8 stable was just released, containing a fix for using profile mode on a physical iOS device.
Check out the changelog for details → https://t.co/sMghTu0m1l
If you have any feedback on this release, please report it here: https://t.co/vrQFZorHfV
❗Our first major milestone in decoupling Material and Cupertino: As of April 7th, contributions to these libraries in the flutter/flutter repo are officially frozen.
Next stop: re-releasing them as material_ui and cupertino_ui packages on https://t.co/sTPwVxcSgK.
💙Have you signed up?
Our next event is April 14th at @powered_by_pod
Flutter favourite @raoufrahiche will be showing us how to get the goods out of Flutter and Matt Meade's of Tweak on Smart Home & embedded Flutter
https://t.co/qiI1gHMQdn
Reserve your space!
📢 Flutter 3.41.6 was just released, containing a fix for the IconButton appearing visually broken and clipped.
Check out the CHANGELOG for details here: https://t.co/3CmAN65WOO
A player named @Voxkiddo made this banger of a vid. It puts in-game hints next to their usage in practice. I couldn't be happier — it's probably better at communicating the game's depth than any of the trailers I've put out myself.
Flutter Tap Weekly Newsletter — Week 246. Life got in the way—but I missed this. Let’s get back to Flutter. BLoC best practices, UI redesign with AI, on-device ML, videos, and new packages. https://t.co/3Q2nXh5VkU
If your app needs to do some serious number crunching, use https://t.co/DI3rXI9G7U to move that computation off the UI thread and into a new isolate.
#ThrowbackThursday#TechniqueOfTheWeek
People are sleeping on Flutter. We just added 27 configurable shaders to FlutterFlow. Tweakable with sliders. Animate on scroll, tap, or hover. Bind to your theme and they just work.
One codebase. Runs on iOS, Android, macOS, Windows, Linux, and web.
Show me another framework that does this.
Have you tried the new Dart and Flutter Getting Started experience? 👨🏫
With 2 tutorials, 8 videos, and a new quick install guide, you'll learn the fundamentals of building apps with Dart and Flutter.
Get started → https://t.co/cwwk9WwpR6
Flutter 3.41 is here, and the future looks bright ⚡
Update now for:
➕ Swift Package Manager & UIScene support
➕ Auto-resizing "Add-to-App" views
➕ Experimental Multi-window APIs for Desktop
Details → https://t.co/RTd4J72m0c
Introducing the new Dart and Flutter Getting Started experience 🩵📓
This learning pathway of new videos and tutorials walks you through setting up Flutter, the fundamentals of Dart, and building apps.
Dart and Flutter beginners, this one's for you!
Save yourself from writing lots of boilerplate code by generating new Dart libraries 🎯📚
The build_runner package makes it easy for packages to read your Dart program and generate Dart code.