PUBDEV
analyzer_kit v1.0.0
A Dart Analyzer plugin providing lint rules and quick fixes for analyzer_kit annotations.
REDDIT
I made a 100-rule lint package so my CLAUDE.md doesn't have to explain Flutter conventions anymore
There's a point where your CLAUDE.md / AGENTS.md (or Cursor rules, or whatever AI context file you use) becomes a wall of "don't do this, always do that." The AI reads it every request, burning contex...
PUBDEV
screenshot_blocker_mario v1.0.0
Flutter plugin que bloquea capturas de pantalla y grabaciones en iOS y Android usando FLAG_SECURE (Android) y capas seguras (iOS).
PUBDEV
easytransfert_sdk_api_marchand v1.0.0
SDK Dart/Flutter pour l'intégration des paiements marchands EasyTransfert.
PUBDEV
emv_nfc_reader v1.0.0
A comprehensive Flutter plugin for reading and extracting advanced EMV data, bank details, and transaction history from NFC credit cards.
PUBDEV
zard v0.0.26
Zard is a schema validation and transformation library for Dart, inspired by the popular Zod library for JavaScript.
PUBDEV
parsi_datetime_picker v0.0.2
A comprehensive Persian(شاه کاوی) date and time picker for Flutter with Material and Cupertino styles, supporting Imperial Persian calendar.
PUBDEV
option_result v3.3.0
A lightweight Dart library for Rust-like Option/Result types. Supports exhaustive pattern matching and provides helpers for None()/Err() propagation
PUBDEV
be_widgets v1.2.3
Flutter package for badging and labeling widget along with any widget which reduce you amount of code significantly and also performance improvement.
PUBDEV
flutter_declarative_mdx_extensions v0.0.1
A collection of components to customize and extend the flutter_declarative_mdx package.
PUBDEV
trellis v0.1.0
A Thymeleaf-inspired HTML template engine for Dart. Natural HTML templates with tl:* attributes, fragment-first design for HTMX, AOT-compatible.
PUBDEV
flutter_archify v0.1.0
A TUI-based Flutter scaffolding tool — bootstrap production-ready Flutter apps with clean architecture, state management, routing, and CI/CD.
PUBDEV
draggable_panel v1.4.3
A versatile floating panel widget that can be dragged around the screen and docked to edges. Perfect for displaying tools, actions, or additional content on demand.
PUBDEV
flutter_declarative_mdx v0.0.2
flutter_declarative_mdx enables server-driven pages, forms, documents, and workflows to be defined using structured markdown and rendered directly inside a Flutter app.
REDDIT
Day 2: Flutter Isolates
Letâs learn Flutter topics in public. Todayâs topic: using isolates in real Flutter apps. I understand isolates are meant for heavy or blocking work, but in practice Iâve rarely needed to use th...