PUBDEV
red_black_tree_collection v1.4.0
High performance Red-Black Tree based Set and Map data structures that provide ordered collections with efficient search, insertion, and deletion operations.
PUBDEV
unity_ads_plugin v0.3.29
Unity Ads plugin for Flutter Applications. This plugin is able to display Unity Banner Ads and Unity Video Ads.
REDDIT
I built an Abstract Rule Engine for C#, TS, and Dart. How do you handle complex business rules in your cross-platform architectures?
Hi everyone, Over the last few months, I've been developing an open-source Rule Engine (called ARE). My main problem was that whenever I had complex, dynamic business rules, I had to rewrite the logic...
REDDIT
I built an Abstract Rule Engine for C#, TS, and Dart. How do you handle complex business rules in your cross-platform architectures?
Hi everyone, Over the last few months, I've been developing an open-source Rule Engine (called ARE). My main problem was that whenever I had complex, dynamic business rules, I had to rewrite the logic...
MASTODON
I’m rewriting one of my pet projects from #Flutter Web to server-rendered #HTML.
I’m rewriting one of my pet projects from #Flutter Web to server-rendered #HTML. Because there are too many shitty mobile devices with a single vendor-provided browser that doesn’t support nice things...
PUBDEV
i18n_multilanguage_with_flags v0.1.0
Generic Flutter i18n toolkit with language metadata, flag dropdowns, and language selection persistence.
PUBDEV
smart_dio_client_pro v1.0.0
Production-ready Dio networking client with token refresh, caching and GetX support.
REDDIT
I cannot wait till Dart 3.12
Private Named Parameters will arrive. See https://github.com/dart-lang/language/blob/main/accepted/future-releases/2509-private-named-parameters/feature-specification.md and https://github.com/dart-la...
DEVTO
Stop Writing Form Boilerplate in Flutter — I Built form_forge
Every Flutter developer has written this code a hundred times: final _emailController = TextEditingController(); final _passwordController = TextEditingController(); @override void dispose() { _emailC...
PUBDEV
form_forge_generator v0.1.0
Code generator for form_forge. Processes @FormForge() annotations and generates FormController and FormWidget classes via build_runner.
PUBDEV
form_forge v0.1.0
Code-generation powered form engine for Flutter. Annotate your Dart class, run build_runner, and get production-ready forms with validation.
PUBDEV
in_app_settings v1.0.3
A Flutter/Dart singleton manager for in-app settings with automatic type detection, supporting primitives, collections, maps, JSON, and optional custom storage delegates.
PUBDEV
view_smart_image v1.0.0
A reusable Flutter image widget supporting SVG, network and asset images with optional tint color.
PUBDEV
advanced_highlight_text v1.0.1
A powerful Flutter text highlighter with regex support, tap gestures, and background highlighting.
PUBDEV
dart_mqtt v1.0.7
a mqtt library to easy connect via tcp/ssl,dependence xtransport,developing,not stable.
PUBDEV
shelf_api_builder v1.3.3
A code generator to create RESTful API endpoints to be integrated with shelf.