fyarn 1.1.4
fyarn: ^1.1.4 copied to clipboard
A high-performance, context-aware CLI and Design System engine for Flutter.
1.1.4 #
- Dynamic Registry Architecture: Decoupled hardcoded components into an externalized JSON manifest for better scalability and plugin support.
- Premium User Component: Significantly upgraded
FyarnUserCardwith support for email, bio, verified status, and interactive callbacks. - Enhanced Button Template: Improved
FyarnButtonwith icon support, refined theme logic, and fixed method signature bugs. - Minimal Auth Refactor: Redesigned
SignupFormandSignupImmersivewith a cleaner, icon-based minimal aesthetic. - Documentation Overhaul: Updated
README.mdandCOMPOENTS.mdwith the full component registry and improved usage guides.
1.1.3 #
- Pub Score Optimization: Added
example/directory and improved dartdoc comments for public APIs. - Dependency Update: Bumped
mason_loggerandvery_good_analysisto their latest versions.
1.1.2 #
- Dependency Fix: Fixed missing dependencies for
calendarcomponent (now pullstextandtokensautomatically). - Core Engine Fix: Reorganized
tokensandthemecomponents to ensure a complete engine is generated duringfyarn init.
1.1.1 #
- Hotfix: Fixed
LateInitializationErroronfyarn initby adding the missingGraphBuilderStageto the initialization pipeline.
1.1.0 #
- Stable Core: Refactored component registry for better variant management.
- Improved Auth Variants: Fixed registration paths and unique filenames for all login and signup variants.
- Premium Calendar: Completely redesigned the calendar and date picker with a high-fidelity aesthetic.
- Theme Engine Integration: Better support for color presets (Amber, Emerald, Rose, Ruby).
- Bug Fixes: Resolved dynamic import issues and template path conflicts.
1.0.0 #
- Initial release of Fyarn CLI.
- 50+ UI component templates included.
- Context-aware engine with
context.fy. - Deterministic incremental build system.
- Support for Light/Dark mode reactive tokens.