HACKERNEWS
Show HN: A stream-based Flutter audio module with CarPlay/Android Auto
Hi! We open-sourced mt_audio, a stream-based audio module for Flutter that wraps just_audio + audio_service behind a single facade.We built this because in multiple production apps (podcast/radio/audi...
REDDIT
Game engines with two finger zoom/panning?
Hey everyone I recently released a game that I built on top of flutter. It's a pretty simple real-time strategy game and I was really hoping to use flame game to build it. I started with flame game bu...
REDDIT
Bringing Polly-style resilience to Flutter widgets (polly_flutter)
Last year I built and posted about polly_dart, a pure Dart port of Polly from .NET, to bring proper resilience patterns (retry, circuit breaker, timeout, fallback) into Dart apps. While using it in Fl...
REDDIT
Archery Lessons: Routing 102 â Request Extensions
Archery is a Laravel-inspired, Dart-native web framework built directly on dart:io. It provides a batteries-included experience for developers who want a stable, explicit, and performant framewo...
DEVTO
I’m Building an Open Source PDF Toolkit in Flutter — Looking for Contributors
🚀 OpenPDF Tools – An Open Source PDF Toolkit GitHub: https://github.com/AHS-Mobile-Labs/openpdf_tools Ihave started building an open source PDF toolkit using Flutter and Dart. The idea is simple: cre...
DEVTO
Flutter for Beginners: Where to Start?
Who this article is for: for those who are just starting their journey in Flutter framework development Hello everyone! This is an introductory guide to Flutter. We will cover the basic concepts and b...
REDDIT
Why doesn't Dart allow field-to-field assignment during class declaration?
Iâm trying to do something that feels like it should be incredibly simple in Dart, but the compiler keeps throwing an error. class Student { String? firstName = 'Talha'; String? secondName = firstNa...
DEVTO
Introduction to Mobile Game Dev: How to Build a Basic Chess Game on Mobile in Flutter
This article is co-authored by Ryan Lucas Canama "I want to make a game on my phone, but where do i start?" Whether you mentally said yes or even if you don’t even relate, read on to learn how to make...
PUBDEV
fletch v2.0.5
A fast, Express-inspired HTTP framework for Dart. Build production-ready REST APIs with built-in sessions, CORS, rate limiting, and middleware support.
PUBDEV
rigid_dart v0.1.1
Rust-grade guardrails for Dart/Flutter. Enforces layout safety, state discipline, architecture boundaries, and modern Dart idioms as hard analyzer errors via custom_lint.
PUBDEV
adaptive_video_player v1.0.0
A Flutter video player package that seamlessly handles both YouTube videos and direct video URLs with adaptive player selection. Supports Android, iOS, Windows, and Web.
PUBDEV
sub_zero_design_system v1.0.0
Sub Zero 2.0 is a comprehensive Flutter design system package providing responsive components, themes, tokens, and styles for building beautiful, consistent, and accessible user interfaces.
PUBDEV
modular_api v0.1.0
Use-case centric API toolkit for Dart — Shelf UseCase base class, HTTP adapters, CORS middleware, and automatic OpenAPI documentation.
PUBDEV
just_game_engine v1.0.0
A comprehensive 2D game engine for Flutter. Includes rendering, physics, collision detection, animations, particles, sprite sheets, scene graph, ECS, input management, audio, asset management, and net...
PUBDEV
paging_view v2.7.2
Like Android Jetpack's Paging library 3, manages data and displays paged lists.
REDDIT
Archery: A Deep Technical Architecture Dive
What really happens between dart:io and your controller? In this deep technical dive, we break down Archeryâs internal architecture â from the HTTP kernel and middleware pipeline to the IoC contai...
PUBDEV
solid_x v2.0.1
A lightweight, reactive state management library for Flutter. Inspired by SolidJS signals – fine-grained reactivity without code generation.