fdev 0.1.5
fdev: ^0.1.5 copied to clipboard
Ultimate Flutter developer tools CLI. Streamline build_runner, Swagger/OpenAPI code generator, Android signing keystores, CocoaPods updater, and developer productivity workflows.
Changelog #
0.1.5 #
- Added
fdev initcommand to automate Cursor, Caveman, and Graphify setup.
0.1.4 #
- Added
fdev iosfor flavor-based iOS builds (macOS only). - Added
fdev iconsfor launcher icon generation via flutter_launcher_icons. - Added
fdev splashfor native splash screen generation via flutter_native_splash. - Added
fdev envfor selecting dev/stage/prod.envfiles into.env. - Added
fdev release-notesfor APK metadata and changelog output. - Added
fdev swagger --watchto regenerate models when a local Swagger file changes. - Fixed
CliFailureexceptions from subcommand handlers escaping the top-level try/catch by awaiting handler invocations.
0.1.3 #
- Renamed package to
fdevfor a shorter, cleaner name on pub.dev. - Added detailed OS-specific setup guides and a feature compatibility matrix to the README.
- Enhanced subprocess handling for Windows shell execution compatibility.
- Implemented macOS checks for iOS CocoaPods commands.
0.1.2 #
- Updated
fdev swaggermodel generation to honor Swagger/OpenAPIrequiredand nullable field metadata.
0.1.1 #
- Added
fdev cleanforflutter cleanfollowed byflutter pub get.
0.1.0 #
- Added
fdev doctor. - Added
fdev genfor build_runner. - Added
fdev apkfor flavor-aware APK builds. - Added
fdev swaggerfor Swagger/OpenAPI model generation.