DEVTO
CQRS Pattern in Flutter: Commands vs Queries
When building Flutter applications with Clean Architecture, one pattern that dramatically improves code clarity is Command Query Responsibility Segregation (CQRS). In this article, I'll show you how I...
DEVTO
🚀 From V2.0 to R&D: How our internal tools fuel our Roadmap
Following the successful launch of Reklamof V2.0, we have shifted our engineering focus back to our proprietary internal app: Ruolis. Why? Because the best way to deliver cutting-edge tech to our clie...
DEVTO
Your App Worked Perfectly… Until the OS Killed It
A production story from real apps. For a long time, I thought process death was an edge case. Something you read about in docs. Something that might happen, but not in real life. After all, my apps wo...
DEVTO
[Boost]
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸 Samuel Adekunle ・ Jan 21 #dart #fullstack #flutter #techwithsam
PUBDEV
dataforge_cli v0.6.0
A Dart code generator that forges data classes with JSON serialization support from annotated classes.
PUBDEV
dataforge v0.6.0
Code generator for dataforge package using build_runner for data classes with JSON serialization.
PUBDEV
dataforge_annotation v0.6.0
Annotations for dataforge package to generate data classes with JSON serialization support.
DEVTO
Why I Chose Flutter — And Why I’m Still Betting on It in 2026
When I started my journey as a mobile developer, I wanted one thing: build fast, scalable apps without sacrificing performance or UI quality. That’s when I chose Flutter — and after 3+ years of real-w...
PUBDEV
idb_shim v2.8.1
indexed_db dart base interface with implementation for native (browser), file (io) and in memory.
DEVTO
What is Flutter? A Complete Introduction for Developers
I spent years watching development teams struggle with the same problem. They'd build their iOS app in Swift, then turn around and build it again in Kotlin for Android. Same features, same bugs to fix...
PUBDEV
tisane v1.1.2
Tisane is a decentralized, offline-first Data Mesh integration layer for Flutter, enabling secure FFI communication and conflict-free data synchronization.
PUBDEV
infusion_ffi v1.3.20
Public Flutter FFI plugin for Infusion (core closed-source). Mobile uses bundled AAR/XCFramework; desktop downloads binaries from public GitHub Releases.
PUBDEV
ndk_rust_verifier v0.5.0
Nostr Development Kit - the most performant lib for all your nostr usecases
PUBDEV
sembast_cache_manager v1.0.6
A Sembast-based cache manager for the NDK (Nostr Development Kit) library, providing persistent storage for Nostr protocol data.
DEVTO
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸
Hey guys! Welcome to Part 3 of our Dart Frog series. If you missed Part 1 and Part 2, we set up Dart Frog and built a CRUD API for our Task App with hot reload. Watch it now if you’re new! Today is th...