Developer
efe98f60e7
chore: 清理HarmonyOS平台无关的依赖文件并更新依赖配置
...
本次提交包含以下主要变更:
1. 删除所有packages/fluttertoast_ohos下的HarmonyOS原生模块文件与编译配置
2. 更新pubspec.yaml的SDK与Flutter最低版本要求
3. 修复多处代码细节问题:
- 替换弃用的Share.shareXFiles为SharePlus新API
- 修正ConnectivityResult判断逻辑,使用contains替代直接相等判断
- 修复列表分隔符的unused参数命名
- 调整条件渲染语法为更简洁的空值判断写法
- 统一CupertinoButton的minSize参数写法
- 简化空字符串默认值处理逻辑
4. 更新pubspec.lock依赖版本
2026-06-16 04:08:02 +08:00
Developer
ac62f5961e
release 1.31
2026-04-22 10:09:18 +08:00
Developer
b1acdbdf05
feat: 新增公告功能及外卖备注工具
...
新增公告功能接口及页面,支持查看最新公告信息
添加外卖备注工具,可管理常用备注并一键生成
优化动态筛选接口,支持多分类和标签组合筛选
移除flutter_dotenv依赖,不再使用.env文件
修复布局溢出错误处理逻辑,避免生产环境报错
新增文件选择器插件,替换receive_sharing_intent实现文件导入
2026-04-20 08:21:40 +08:00
Developer
5ce8759a18
release
2026-04-13 10:00:55 +08:00
Developer
13fdbdc431
瀑布流
2026-04-13 03:39:29 +08:00
Developer
2b685b45bb
Remove notification service and update project
...
- Remove flutter_local_notifications dependency from pubspec.yaml
- Delete notification_service.dart file
- Remove notification service references from app_service.dart and app_binding.dart
- Clean up related code and dependencies
2026-04-08 10:51:43 +08:00
Developer
cbe11d5db1
fix: add ToastStyle enum and currentStyle property to ToastService
2026-04-08 01:51:02 +08:00