flutter_setup_helper 1.1.6
flutter_setup_helper: ^1.1.6 copied to clipboard
A Dart package to streamline the creation of a standardized Flutter project structure. It sets up essential directories and files, helping developers start their projects with a solid foundation.
CHANGELOG.md #
1.1.6 - 2025-05-10 #
- Changed project structure to use 'lib/presentation' directory for modules
- Updated page creation to generate files in the presentation directory structure
- Improved route generation with proper import paths
- Fixed directory structure for screen, controller, binding, and model files
- Enhanced project setup to create a more standardized file structure
1.1.5 - 2023-06-15 #
- Added CustomButton widget with support for primary, outlined, and text styles
- Added CustomText widget with Google Fonts integration
- Added CustomTextInput widget with extensive customization options
- Added CustomSnackBar utility for success, error, warning, and info notifications
- Added CustomShimmer for loading effects with predefined components
- Added CustomMaterialApp for simplified app initialization
- Updated network utilities to use GetStorage instead of SharedPreferences
- Improved theme system with semantic color naming
- Added comprehensive documentation and usage examples
1.1.4 - 2023-05-20 #
- Added network utilities for API calls
- Added theme helper for consistent styling
- Improved project setup with more comprehensive directory structure
- Added executables configuration for global installation
1.1.3 - 2023-04-10 #
- Initial public release
- Added project setup functionality
- Added page generation with GetX architecture