flartdart 1.2.0
flartdart: ^1.2.0 copied to clipboard
A comprehensive Flutter-inspired UI framework for Dart Web applications with 100+ widgets, animations, forms, and media support.
Changelog 📝 #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2026-01-27 #
🌟 New Features #
- Flartdart CLI: Introduced a new command-line tool
flartdartfor scaffolding new projects.- Usage:
flartdart create <project_name> - Supports local path linking for development with
--local-path.
- Usage:
- Documentation Overhaul: Completely rewritten
README.md,WIDGET_GUIDE.md,CONTRIBUTING.md, andPUBLISHING.mdfor better clarity and accuracy.
🛠️ Improvements #
- Project Structure: Improved naming consistency for exported widgets.
- Scaffolding Template: The default template now includes a full structure with
web/main.dart,pubspec.yaml, andanalysis_options.yaml.
1.1.0 - 2026-01-08 #
1.0.0 - 2026-01-02 #
🎉 Initial Release #
- Core Framework: Base
Widget,BuildContext,StatelessWidget, andStatefulWidgetclasses. - Comprehensive Widget Library: 100+ widgets across 10 categories.
- Zero Dependencies: Pure Dart implementation for the web.
- Animations: Transition and fade effects.
- Forms: Built-in validation and input management.
- Media: Native support for Video, Audio, YouTube, and Maps.