Decryption key:
GoFresha - Salon, Spa, Massage Appointment Flutter App with Admin Panel v2.0.0
MAJOR UPDATE version 2.0.0 (09 December 2024)
Mobile App:
- Flutter 3.38.4 and Dart 3.10.3
- Complete migration to Riverpod state management (from Provider)
- Clean Architecture implementation with proper separation of concerns
- Firebase Analytics integration for screen view tracking
- Dart 3 null safety improvements throughout the codebase
- Immutable model patterns for better performance and reliability
- New reusable widgets: DialogMixin, ProductGridCard, QuantitySelector, ShimmerLoading
- Unit tests added for core functionality
- Fixed all 112+ lint warnings and issues
- Fixed variable name typos across codebase
️ Backend:
- Fixed critical security vulnerabilities
- Complete migration to Eloquent ORM – all controllers now use proper Eloquent models instead of raw DB queries
- Form Request validation added to all API, Partner, and Vendor controllers
- Comprehensive test suite with 90+ automated tests
- CI/CD automation with GitHub Actions for continuous testing
- Fixed null check bugs in UserController, CartController, BookingController
- Fixed product rating bug in RatingController
- Fixed “varient” → “variant” typo across entire codebase
- Improved installer now uses Laravel seeders for consistent setup
- Professional documentation included