makdumanarchitect 1.0.5
makdumanarchitect: ^1.0.5 copied to clipboard
A Flutter package that generates a Clean Architecture project structure with automatic dependency management. Creates a scalable, maintainable codebase with pre-configured services, base classes, and [...]
1.0.3 - 2025-11-29 #
- β¨ NEW: Automatic package installation using
flutter pub addcommand - π FIX: Resolved dependency version conflicts by using Flutter's automatic version resolution
- π§ IMPROVEMENT: Packages are now added with compatible versions automatically, eliminating manual version management
- π¦ IMPROVEMENT: Better handling of SDK dependencies (flutter_localizations, etc.)
1.0.2 (23.02.2025) #
- Applied dart format .
1.0.1 (23.02.2025) #
- Fixed type mismatch in analytics service
- Improved network service implementation
- Updated dependencies to be compatible with Flutter SDK
- Enhanced code documentation
1.0.0 (23.02.2025) #
Initial release with the following features:
- Clean Architecture folder structure
- Pre-configured state management with Provider
- Network handling with Dio
- Local storage with Hive
- Internet connectivity management
- Firebase integration (Remote Config, Analytics, Crashlytics)
- Push notifications (Firebase Messaging & Awesome Notifications)
- Internationalization support with easy_localization
- In-app review integration
- Responsive design utilities with flutter_screenutil
- SVG support with flutter_svg
- Loading indicators with flutter_easyloading
- Base classes for Models, Views, and ViewModels
- Utility extensions and mixins
0.0.1 (23.02.2025) #
- Project folder structure created