PUBDEV
dartdoc_vitepress v1.0.0
Fork of dartdoc with VitePress backend — generates modern static documentation sites with auto-linking, interactive DartPad embeds, and full Vue.js theming.
PUBDEV
magiclane_maps_flutter v3.1.6
Magic Lane Maps SDK offers mapping, flexible routing, realtime traffic, voice navigation, POI search, custom styles, trip recording, map styles, alarms and more
REDDIT
Looking for partners in open source project
Hi there, I am a guy learning Flutter and I am looking for people interested in flutter and Open Source. I have an idea of a desktop app I want to make, which will be open source, and I want some frie...
DEVTO
Simplifying State Management in Flutter with Command and Result
About a year ago, the Flutter documentation was updated with new recommendations. Among its suggestions, such as the MVVM architecture I've commented on before, two patterns already known to programme...
PUBDEV
camera v0.11.3+1
A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.
DEVTO
How I Achieved 100% Test Coverage in a Flutter Enterprise App
2,300+ tests. Zero excuses. Here's exactly how I did it. The Challenge When I started building an enterprise-grade Flutter starter app, I set myself an ambitious goal: 100% test coverage. Not 80%. Not...
REDDIT
Firestore Optimize Package MIT
When building our app (GooseCode - a really cool example of Flutters capabilities) we originally used Firebase Firestore as the backing database primarily. Starting out the app was originally iPad fir...
PUBDEV
flureadium v0.1.0
Flutter plugin for reading EPUB ebooks, audiobooks, and comics using the Readium toolkits. Supports EPUB 2/3, PDF, TTS, audiobook playback, highlights, and reading preferences.
PUBDEV
qs_dart v1.7.0
A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
PUBDEV
wasm_ffi v2.1.0
A wrapper for wasm which can be used as a drop-in replacement for dart:ffi for Web platform.
REDDIT
Strategy: Using Gemini Flash for local OCR with a Regex fallback. Thoughts on hybrid AI/Algo architecture?
Hi everyone, I'm building a receipt scanning app (Flutter) and hit the classic wall with Regex parsing for dates. Handling DD/MM vs MM/DD and different separators was becoming a maintenance nightmare ...
PUBDEV
mutation_test v1.8.0
A command line application to measure the quality of your test cases by mutating your code and checking if your tests detect the changes.