flyer 1.2.0
flyer: ^1.2.0 copied to clipboard
A powerful CLI package to speed up Flutter app development by automating repetitive tasks like creating features, pages, forms, and generating Dart model classes from JSON and reformatting code and mo [...]
1.2.0 #
- NEW FEATURE: Watch Command - Automatically monitor project files and regenerate code on changes
- Improves development workflow with automatic code generation
- Watches for file changes and triggers appropriate actions
- IMPROVEMENT: Init Command Enhancements
- Now automatically adds Arabic (
ar) and English (en) languages by default - Automatically installs
request_inspectorpackage for API debugging - Better default configuration for new projects
- Now automatically adds Arabic (
- FIX: Fixed various issues and improved stability
- Resolved diagnostic warnings
- Enhanced code quality and formatting
1.1.0 #
- NEW FEATURE: Deep Linking - Generate complete deep link system for your Flutter app
- Auto-generates DeepLinkHandler, DeepLinkRoutes, and DeepLinkConfig
- Automatically configures Android (AndroidManifest.xml) and iOS (Info.plist)
- Interactive prompts for scheme and host configuration
- Full documentation in DEEPLINK_GUIDE.md
- IMPROVEMENT: Enhanced CLI output styling across all commands
- Added colored headers, emojis, and structured output
- Improved error messages and success confirmations
- Better user experience with clear visual feedback
- FIX: Route generation in
makecommand now creates properly formatted routes- Fixed comma issues in routes list
- Added private getters and push functions for each route
- Improved code formatting for generated route code
1.0.0 #
- Upgrade: dart version && flutter version and dependencies
- Fix : issue when flyer command run
0.0.2 #
-
FIX: flutter version
-
EDIT: Improved Documentation
0.0.1 #
- TODO: initial release.