- 摘要
- Flutter 3.38.4 with Riverpod, Clean Architecture, Firebase Analytics, and null safety improvements. New widgets like DialogMixin and QuantitySelector. Unit tests added. Fixed over 100 issues. Backend migration to Eloquent ORM, Form Request validation, comprehensive test suite, CI/CD automation, fixed bugs, improved installer, professional documentation included.
移动应用:
Flutter 3.38.4 和 Dart 3.10.3
完全迁移至 Riverpod 状态管理(从 Provider)
实施清洁架构并实现清晰的职责分离
集成 Firebase 分析以跟踪屏幕视图
代码库中的 Dart 3 null 安全性改进
使用 Immutable 模型模式提高性能和可靠性
新可重用组件:DialogMixin、ProductGridCard、QuantitySelector 和 ShimmerLoading
为核心功能添加单元测试
修复了代码库中的所有 112+ lint 警告和问题
修复变量名错误在整个代码库
后端:
修复了关键的安全漏洞
完全迁移至 Eloquent ORM,所有控制器现在都使用适当的 Eloquent 模型而不是原始的数据库查询
为所有 API、Partner 和 Vendor 控制器添加表单请求验证
包含全面的测试套件,有 90+ 自动化测试
使用 GitHub Actions 实现持续集成和持续交付自动化
修复 UserController、CartController 和 BookingController 中的 null 检查错误
修复 RatingController 中的产品评分问题
在整个代码库中修复“varient”→“variant”的拼写错误
改进后的安装程序现在使用 Laravel 种子来确保一致设置
包含专业文档
Flutter 3.38.4 和 Dart 3.10.3
完全迁移至 Riverpod 状态管理(从 Provider)
实施清洁架构并实现清晰的职责分离
集成 Firebase 分析以跟踪屏幕视图
代码库中的 Dart 3 null 安全性改进
使用 Immutable 模型模式提高性能和可靠性
新可重用组件:DialogMixin、ProductGridCard、QuantitySelector 和 ShimmerLoading
为核心功能添加单元测试
修复了代码库中的所有 112+ lint 警告和问题
修复变量名错误在整个代码库
后端:
修复了关键的安全漏洞
完全迁移至 Eloquent ORM,所有控制器现在都使用适当的 Eloquent 模型而不是原始的数据库查询
为所有 API、Partner 和 Vendor 控制器添加表单请求验证
包含全面的测试套件,有 90+ 自动化测试
使用 GitHub Actions 实现持续集成和持续交付自动化
修复 UserController、CartController 和 BookingController 中的 null 检查错误
修复 RatingController 中的产品评分问题
在整个代码库中修复“varient”→“variant”的拼写错误
改进后的安装程序现在使用 Laravel 种子来确保一致设置
包含专业文档