After 5+ years of Flutter development, I got tired of setting up the same boilerplate every project.
So I built SM CLI
Install
dart pub global activate sm_cli
Enter fullscreen mode
After 5+ years of Flutter development, I got tired of setting up the same boilerplate every...
After 5+ years of Flutter development, I got tired of setting up the same boilerplate every project.
So I built SM CLI
Install
dart pub global activate sm_cli
Enter fullscreen mode

Streamlining Development Workflows With FlutterFlow

The Hidden Cost of Frontend Bloat and How FlutterFlow Solves It

Managing Multi-App Portfolios in FlutterFlow

Building for Scale Without Overbuilding

From PRD to prototype to production: a practical workflow for FlutterFlow product teams

Making the Most of Components in FlutterFlow

Pushing the boundaries of what's possible with FlutterFlow

How to Train and Onboard Teams to FlutterFlow Without Creating Chaos

An Engineering Manager’s Guide to Scaling Teams With FlutterFlow

Leveraging Libraries for Scalable Apps in FlutterFlow

Flutter Clean Architecture is the industry standard for building scalable, testable, and maintainable...

If you're starting a new Flutter project in 2026, this article covers two things: What a modern...

If you're just getting started with Flutter, you'll write your first widget within minutes. But...

Ever since Norbert announced Nocterm, I wanted to use it for myself. I played a bit at first, but...

I built a CLI tool that scaffolds a fully production ready NestJS project instantly with one...

Shipping an app is rarely about building features alone. Teams also need to manage environments, test changes, maintain…