The Flutter & Dart team just released official Agent Skills for Flutter and Dart developers. They moved away from documentation-oriented skills and focused on task-oriented skills instead.
So instead of just giving AI more documentation, these skills are designed to help agents reliably complete actual Flutter and Dart developer tasks like responsive layouts, localization setup, integration tests, pattern matching, and coverage collection.
Flutter skills: https://t.co/oIjhhClCVM
Dart skills: https://t.co/CnRiIb7TKD
If you get through all of this material, you'll be an ML Engineer (MLE)
I'm thinking of leading a study group through this content
If you're interested in joining, comment "MLE" below
🔥 2025 was an epic year for Flutter! From global conferences in Turin, NYC, Stockholm, Berlin & Bengaluru to deep dives into advanced techniques, community vibes, and cutting-edge talks. 🚀💙 #Flutter#DevCommunity
Here is the recap:
https://t.co/zQqnERNJIq
Flutter Pro Tip #1:
If your #Flutter app supports languages besides English, don't forget to add their language codes to Info.plist file with CFBundleLocalizations key.
Otherwise, users browsing your app on App Store will just see English as app's supported language.
I'm please to announce the release of Sketchy, a hand-drawn, xkcd-inspired design language for Flutter on mobile, desktop, and web:
https://t.co/PDKMpjTWD8
It's my first design system, so your feedback is very welcome!
10 Key Data Structures We Use Every Day
- list: keep your Twitter feeds
- stack: support undo/redo of the word editor
- queue: keep printer jobs, or send user actions in-game
- hash table: cashing systems
- Array: math operations
- heap: task scheduling
- tree: keep the HTML document, or for AI decision
- suffix tree: for searching string in a document
- graph: for tracking friendship, or path finding
- r-tree: for finding the nearest neighbor
- vertex buffer: for sending data to GPU for rendering
Over to you: Which additional data structures have we overlooked?
--
We just launched the all-in-one tech interview prep platform, covering coding, system design, OOD, and machine learning.
Launch sale: 50% off. Check it out: https://t.co/dY1ua3DqDz
#systemdesign #coding #interviewtips
.
System Design Blueprint
We've created a template to tackle various system design problems in interviews.
Hope this checklist is useful to guide your discussions during the interview process.
This briefly touches on the following discussion points:
- Load Balancing
- API Gateway
- Communication Protocols
- Content Delivery Network (CDN)
- Database
- Cache
- Message Queue
- Unique ID Generation
- Scalability
- Availability
- Performance
- Security
- Fault Tolerance and Resilience
- And more
--
We just launched the all-in-one tech interview prep platform, covering coding, system design, OOD, and machine learning.
Launch sale: 50% off. Check it out: https://t.co/UOVWx00SOE
Hey everyone, done building the starting backend for Pocketly, and new features to come in the next release. In the meantime, I wrote about my experience building a backend with Dart using @dart_globe , Drift ORM by @Bindertech and Dart Frog.
https://t.co/wb9SDhsjXC
TIL that you can assign asset transformers in pubspec.yaml. So there is no excuse now to optimise those svgs and pngs ;) #FlutterDev
https://t.co/t55K9vhCiI
If you're into learning how #Flutter works "under the hood" the Flutter Forum is gold.
Big thanks to @filiphracek for suggesting setting it up and @mraleph for your contributions 💙
https://t.co/efBtdYMrda
Big Archive for System Design – 2024 Edition (Completely Free) is now available.
The PDF contains 𝐀𝐋𝐋 of our technical posts with diagrams published in 2024.
The download link is in the sub-tweet.
I've been working on a book about Flutter & Dart performance. I'm at the very beginning, with only a few chapters drafted but I decided to write the book in the open.
Here it is: https://t.co/fW9ADORhLw
I've had really pleasant experience with discussing other topics (like interactive fiction) in a Discourse forum as opposed to a general purpose social platform.
First post: https://t.co/xfNEeVTL3j
2/2
Did you know that you can install and use multiple Xcode versions?
Here's how:
- Head to xcodereleases .com and download your desired release
- Extract and rename it
- Drag it to the /Applications folder
To switch between them, use the xcode-select CLI. 👇