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...
REDDIT
Built an offline AI chat app for Android using Flutter + Rust/Candle â here's what nearly broke me
Been working on NeoBild, an offline-first mobile AI app that runs GGUF models locally on Android via a Flutter frontend + Rust inference backend (candle) connected through Dart FFI. The concept is sim...
PUBDEV
firebase_js_interop v0.0.12
Wrappers and tools for composing Firebase Cloud Functions in the Dart language
PUBDEV
dart_test_tools v7.0.2
Additional tools and helpers for writing dart unit tests and GitHub Actions Workflows.
REDDIT
Rclone wrapper in Flutter FOSS
Hello everyone, I'm an Italian student trying to build something that is actually someone needs. I've found that there is no FOSS Rclone wrapper that is also cross-platform. So I decided to build one ...