PUBDEV
exui v1.0.10
Build your UI faster. No boilerplate, no dependencies. Just powerful widget extensions.
PUBDEV
unity_kit v0.9.0
Flutter plugin for Unity 3D integration — typed bridge, lifecycle management, and communication layer.
REDDIT
Tip: ListView.builder with fixed-width items vs Row+Expanded for horizontal card lists
Spent way too long on this so sharing in case it helps someone. I was using a Row with Expanded widgets for a horizontal card layout and it looked fine on my test device but was breaking on different ...
PUBDEV
flutter_screen_recorder_kl v0.1.0
Live-mux screen recorder plugin for Android with internal audio + mic mix and fast stop.
PUBDEV
saropa_dart_utils v1.0.6
280+ extension methods and utilities for Flutter/Dart. Null-safe string, DateTime, List, Map, and number operations that eliminate boilerplate.
PUBDEV
fifty_theme v1.0.0
Flutter theming layer for the fifty.dev ecosystem. Converts design tokens into Material ThemeData.
PUBDEV
fifty_storage v0.1.0
Secure token storage and preferences management for Flutter apps. Part of the Fifty Flutter Kit.
PUBDEV
fifty_cache v0.1.0
TTL-based HTTP response caching with pluggable stores and policies. Part of the Fifty Flutter Kit.
PUBDEV
fifty_utils v0.1.0
Pure Dart/Flutter utilities - DateTime, Duration, Color extensions, responsive breakpoints, and async state containers.
PUBDEV
fifty_tokens v1.0.0
Design tokens for the fifty.dev ecosystem - colors, typography, spacing, motion, and more.
PUBDEV
fusion_charts_flutter v1.1.0
Professional Flutter charting library with line, bar, pie/donut charts, smooth animations, tooltips, zoom/pan, and high performance.
REDDIT
Lessons from building a 43K-line Flutter app with Gemini 2.0 Flash, 20-language localization, and a dual theme system
I've been building a personal finance app in Flutter for over a year and wanted to share some lessons from the codebase as it grew to ~44K lines across 151 Dart files. Not a tutorial â just things I...
REDDIT
I built a 2D Physics Puzzle Game entirely in raw Flutter (No Flame). Here is how I handled the 60FPS Game Loop using Ticker and CustomPaint!
Hey r/FlutterDev! ð I recently published a puzzle game called **Drop 2048**. I wanted to challenge myself by building it entirely in raw Flutter without relying on game engines like Flame, since th...