flutter_beautify 1.2.0
flutter_beautify: ^1.2.0 copied to clipboard
A beautiful custom widget cli for Flutter.
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.0.4 - 2026-04-03 #
Added #
- Comprehensive CLI tool for generating Flutter UI widgets
- 26 production-ready widgets with factory method pattern
- Configuration system with JSON persistence
- Auto-scaffolding for widget template copying
- Demo examples for all major components
- GitHub Actions CI/CD pipeline
- Professional documentation and guides
Features #
- Widgets: Button, Checkbox, TextField, Card, Dialog, Snackbar, Toast, AppBar, Dropdown, DatePicker, RadioButton, Slider, Switch, BottomSheet, Accordion, Avatar, Badge, Breadcrumb, CircularProgress, LinearProgress, Tooltip, Tabs, Pagination, BottomNavigationBar, Sidebar, Calendar
- CLI Commands: init, config, add, version, help, hello
- Animation Support: Spinner/loading animations with TickerProvider
- Code Quality: Dart linting, formatting checks, code analysis
- Auto-Publishing: Automatic tag creation, release generation, pub.dev publishing
Fixed #
- All linting issues and warnings resolved
- Deprecated Flutter APIs replaced with modern alternatives
- Code formatting standardized across all widgets
Documentation #
- Comprehensive README with installation and usage guides
- Component reference catalog
- Troubleshooting guide
- Best practices documentation
- Contributing guidelines
1.0.0 Initial Release #
- Initial public release
- 25 core widgets
- CLI tool foundation
- Basic documentation