ui_market 1.0.6
ui_market: ^1.0.6 copied to clipboard
A CLI tool for browsing, installing, and uploading Flutter UI packs from the Flutter UI Marketplace.
Changelog #
1.0.6 #
- Skeleton Integration: Packs are now merged into
lib/ui/screens/,lib/ui/components/, etc., instead of creating standalone pack directories. - File Filtering: Automatically skips
.g.dart(generated) files from being copied from source packs. - Route Generator Improvements: Optimized relative import calculation and eliminated route duplication.
- Widget Compilation: Integrated
WidgetCompilerfor ultra-fidelity previews. - Bug Fixes: Resolved issues with missing files in published package and registry pathing.
1.0.0 #
- Initial release of the
ui_marketCLI tool. - Browse, search, and install UI packs from the Flutter UI Marketplace.
- Upload UI packs to the shared community registry.