Best of DartOctober 2025

  1. 1
    Article
    Avatar of firebase-developersFirebase Developers·31w

    Dart Client for Genkit

    A new Dart client library simplifies calling Genkit AI flows from Flutter/Dart applications. The package abstracts HTTP communication complexities, provides type-safe interfaces consistent with official Next.js and Angular clients, and supports streaming via Server-Sent Events. Key features include the RemoteAction class for flow representation, automatic JSON serialization with json_serializable, built-in authentication header support, and intuitive streaming with FlowStreamResponse. The library handles Genkit-specific conventions like wrapping requests in {'data': ...} and extracting responses from ['result'], eliminating boilerplate code for developers.

  2. 2
    Article
    Avatar of medium_jsMedium·33w

    Meet the Flutter Extension for Gemini CLI

    Google released an experimental Flutter Extension for Gemini CLI that combines the Dart and Flutter MCP Server with additional context and commands to accelerate app development. The extension provides commands like /create-app for bootstrapping production-ready apps with design docs, /modify for guided code changes, and /commit for automated testing and Git commits. It includes built-in best practices for Flutter and Dart development, automatically configures the MCP server for common development tasks like analyzing code, managing dependencies, running tests, and interacting with running applications.

  3. 3
    Article
    Avatar of on_leuwcqSamuel Adekunle·34w

    Tech With Sam is Back: Building the Future with Flutter & Dart.

    A developer announces the relaunch of their platform focused on Flutter and Dart mobile app development. They share their journey since 2019, highlighting experience with scaling startups, mentoring, open source contributions, and speaking engagements. The platform aims to help businesses build cross-platform applications while providing weekly tutorials and case studies starting in October 2025.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·30w

    Mobile App Development with Dart and Flutter

    A comprehensive tutorial covering Dart fundamentals and Flutter mobile app development through 20 step-by-step programs. The course includes interactive code playbacks with an AI tutor, covering widgets, state management, navigation, and data storage. Designed for developers with basic programming knowledge in any language who want to build cross-platform mobile applications.

  5. 5
    Article
    Avatar of on_leuwcqSamuel Adekunle·31w

    Full-Stack Mobile Development with Flutter & Serverpod #1 - What is Serverpod? Why go Full-Stack?

    Serverpod is an open-source, Dart-based backend framework designed specifically for Flutter developers. It eliminates the need to switch languages for backend development by providing automatic code generation, a native Postgres ORM, built-in authentication, real-time WebSockets, and cloud deployment capabilities. The framework enables full-stack Dart development, reducing context switching and development time while offering type-safe APIs, distributed caching, file uploads, and monitoring dashboards. This approach addresses common pain points like Firebase vendor lock-in and polyglot stack complexity.