#dartdev
Dart `coroutines` v0.2.1 released! ✨💙
Nested coroutines, improvements to async, and @flame-engine.org example! (thanks @luanpotter.bsky.social 💖!)
pub.dev/packages/coroutines

#FlutterDev #DartDev #gamedev
coroutines | Dart package
Unity-style coroutines for Dart, allowing resumable function execution.
pub.dev
November 15, 2025 at 10:54 PM
Dart `coroutines` v0.1.1 released! ✨💙
Minor improvements and added `isCoroutineRunning` ~
pub.dev/packages/cor...

#FlutterDev #DartDev #gamedev
coroutines | Dart package
Unity-style coroutines for Dart, allowing resumable function execution.
pub.dev
October 5, 2025 at 9:54 PM
pub.dev/packages/pub...

Ever want to understand why a certain #dartlang dependency isn't getting updated? Even in a big mono-repo?

This was a vibe-coded labor of love getting to v6.

Check out the demo (on a big screen) kevmoo.github.io/pubviz/
Open the controls.
pubviz | Dart package
A tool to visualize package dependencies and version constraints in your Dart project.
pub.dev
April 6, 2026 at 11:29 PM
Flutter routine: This is how you can create enums with string values in Dart. #flutterdev #dartdev #enum #androiddev #iosdev #tarklab #airontark
February 13, 2025 at 6:01 AM
Dev routine: Doing git rebase often? Tired of it asking you to write the comment after resolving the commit? User "git rebase --continue --no-edit" 👍 #flutterdev #dartdev #androiddev #mobiledev #iosdev #gitrebase #git #airontark
December 12, 2024 at 6:00 AM
🚀 I just released HttpTools - a collection of Dart/Flutter libraries for HTTP request handling! With it, you can seamlessly add network request/response logging and caching or intercept network calls to modify them. #FlutterDev #DartDev #http #network
github.com/ralph-bergmann/HttpTools
GitHub - ralph-bergmann/HttpTools
Contribute to ralph-bergmann/HttpTools development by creating an account on GitHub.
github.com
January 23, 2025 at 10:59 AM
I just completed "Guard Gallivant" - Day 6 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/6

A little bit of #DartDev with Isolates this time to speed things up.
Day 6 - Advent of Code 2024
adventofcode.com
December 11, 2024 at 10:27 PM
Still working on my project to support CRDT systems in Dart. Just released an update for snapshot handling and a new plug-and-play package to sync multiple peers.

#dartdev #flutterdev #localfirst #crdt
June 14, 2025 at 3:51 PM
Fully agree. Even #DartDev recommends following semantic versioning in pubspec.yaml dart.dev/tools/pub/pu.... I wonder why Flutter is not following semantic versioning 🤔
December 11, 2024 at 10:30 PM
Flutter routine: Vertical-oriented code is always better than long lines. Python style, Dart style. Neat. Doing it with Swift as well. 😍 #xcode #swift #dartdev #mobiledev #flutterdev #iosdev #code #tarklab #airontark
January 12, 2025 at 6:00 AM
Flutter routine: I love the "rethrow()" function, which allows you to catch an error and rethrow it again. It's super handy in some cases 🤠 #flutter #dartdev #mobiledev #iosdev #androiddev #pubdev #airon #tark
October 13, 2024 at 5:00 AM
Flutter routine: Yay! Pub.dev has a dark theme now! 😀 #flutterdev #dartdev #pubdev #tarklab #airontark #darktheme #ios mobile #android
February 15, 2025 at 6:00 AM
Did my first small Dart server implementation with Dart Frog and must say, I really like it!
What do you guys prefer? #dartdev
January 22, 2025 at 6:59 AM
I blogged for a while, still have site, and used self-hosted Wordpress. I want to add a blog to my website, but need to figure out best solution. I use Jaspr #DartDev package for my website. I don’t like to read on Medium because so much is behind a paywall.
January 9, 2025 at 5:28 AM
Tired of FutureBuilder & StreamBuilder boilerplate in Flutter?

bloc_signals 1.1.0 is out! ⚡️ Convert Future, Stream, and Signal primitives into synchronous state containers with zero rebuild traps.

📖 dev.to/gde/mechanic...

#Flutter #DartDev #StateManagement
Mechanically Eliminating FutureBuilder & StreamBuilder: Universal Signal, Future, and Stream Adapters in BlocSignal
Learn how BlocSignal 1.1.0 introduces symmetrical .toBlocSignal() and .toAsyncBlocSignal() adapters for Signals, Futures, and Streams—making the migration away from FutureBuilder and StreamBuilder com...
dev.to
August 28, 2026 at 10:07 PM
Dart routine: Now "_" is a wildcard! Bye-bye _, __, ___ style 🥳 #dartdev #flutterdev #anroiddev #iosdev #tarklab #airontark
February 20, 2025 at 6:00 AM
Flutter AI routine: Wow! ChatGPT has a new interface for working with the code. Neat! 😍 #flutterai #flutter #dartdev #mobiledev #androddev #iosdev #chatgpt #openai #tarklab #airontark
January 22, 2025 at 7:51 AM
Flutter routine: When working with generics, be careful! Flutter allows you to use reserved words without any syntax error and you can spend hours understanding what means "int is not int". Do NOT use MyCLass. Use MyClass #futterdev #dartdev #mobiledev #iosdev #androiddev
November 16, 2024 at 6:00 AM
Flutter routine: I like that Dio has the "download" function. Easy to download files and images! 😄 #flutterdev #dartdev #dartlang #mobiledev #iosdev #airontark #dio #download
November 4, 2024 at 6:00 AM
Backend routine: Getting familiar with Amplify gen v2. Changed a lot from the first version. 🤯 #awsamplify #awsdev #backend #mobiledev #flutter #dartdev #airon #tark
September 25, 2024 at 5:00 AM
Frontend routine: I noticed when I re-wrote some code I renamed the previous version to `functionOld` instead of doing the `functionNew` method. This prevents me from refactoring everything else. How do you do this? 🥸 #typescript #react #frontenddev #mobiledev #fllutter #dartdev #airon #tark
September 21, 2024 at 5:00 AM
Flutter routine: When using the EasyLocalization lib you don't have to keep the Locale in the Settings state. Relax, bro. It's in context.locale already 🤠 #flutter #dart #easylocalization #flutterdev #dartdev #pubdev #airon #tark
August 12, 2024 at 3:35 PM
In the end, I guess I'm just looking for a way to avoid multiple named parameters on a single line 😅

Named parameters on multiple lines give a clean key-value-table-like structure that's easy to read 👀

#dartdev #flutterdev
May 22, 2025 at 6:48 AM
We are polishing the details to make Spark the most reliable backend framework for Dart.

Give it a try and star the repo! 👇
github.com/KLEAK-Develo...

#DartLang #dart #dartdev #Backend #OpenAPI #SparkFramework
GitHub - KLEAK-Development/spark: Lightweight isomorphic SSR framework for Dart with Custom Elements and Declarative Shadow DOM
Lightweight isomorphic SSR framework for Dart with Custom Elements and Declarative Shadow DOM - KLEAK-Development/spark
github.com
January 20, 2026 at 10:50 AM
Where are my #flutter folks at, need to follow some more.

#flutterdev #dart #dartdev
October 15, 2025 at 11:28 AM