🔖v0.7.2
Merge pull request #20 from ChenXu233/dev
🔖 V0.7.2
Release V0.7.2
发布日期: 2026-01-01
版本号: 0.7.1 → 0.7.2
🐛 Bug 修复
- 🐛 fix(web): 移除 sqlite3_flutter_libs 依赖以支持 Web 构建
sqlite3_flutter_libs 是 native 库,不支持 Web 平台。
通过移除该依赖并使用 dependency_overrides 指定 sqlite3 版本来解决 Web 构建问题。
🔧 其他变更
- 🔧 版本升级 0.7.1 → 0.7.2
- 🔧 chore(deps): 更新各平台插件注册(移除 sqlite3_flutter_libs)
📝 提交记录
| 提交 | 描述 |
|---|---|
| `15beba1` | 🔧 chore(deps): 更新各平台插件注册(移除 sqlite3_flutter_libs) |
| `e3063c8` | 🐛 fix(web): 移除 sqlite3_flutter_libs 依赖以支持 Web 构建 |