smart_device_core 0.3.4
smart_device_core: ^0.3.4 copied to clipboard
Flutter Plugin SDK named smart_device_core
0.1.0 #
- TODO: Describe initial release.
0.1.1 #
- add ios live
0.1.2 #
- add live control feature
0.1.3 #
0.1.4 #
0.1.5 #
- fix bug of onDebug、onReport not working
0.1.6 #
- feature: add Bluetooth discover and bind
0.1.7 #
- feature: add sd card play
0.1.8 #
- feature: add two-way ble bind
0.1.9 #
- feature: support flutter 3.29.3
0.2.0 #
- feature: update native SDK
0.2.1 #
- feature: add bind interface getScanedWifiListOverA4xBle
0.2.2 #
- fix bug of onDebug
0.2.3 #
- fix ios Debug problem
0.2.4 #
- 统一了android IOS的入参
- 新增了通过鸟类名称获取wiki的接口
- 新增了通过userSn获取设备信息
0.2.5 #
- 统一了android IOS的入参
0.2.9 #
- 修复:双端wiki查询时,传入语言未生效
0.3.0 #
- 修复iOS SDK login crash问题
0.3.4 #
- 新增 BindCore checkLocalNetPermission 接口,支持 iOS 14+ 本地网络权限检测
- 修复鸟类识别 Wiki 查询时 currentLanguage 为空导致请求失败的问题
- 修复 iOS 蓝牙发现设备误报"请授予蓝牙权限"(Android 权限检查在 iOS 上不适用)
- 优化 Wi-Fi SSID 获取位置权限被永久拒绝时自动跳转设置页
- 优化绑定首页图标匹配各功能语义
- 完善 README 文档,翻译为英文版本
0.3.3 #
- 完善 README 文档,新增完整 API 使用说明和项目结构
- 蓝牙+有线发现设备页扫描动画新增有线图标
- 通过 userSn 获取设备信息改为弹窗交互,支持输入和结果展示
0.3.2 #
- 新增登录模块,支持动态获取 token
- 移除硬编码 JWT Token,改为登录后动态获取
- 新增全局 token 过期处理与自动跳转登录页
- WiFi 密码改为用户手动输入,移除硬编码
- iOS 新增 permission_handler 位置权限配置
- 鸟类识别页功能增强
- 蓝牙搜索设备优化体验
- 设备设置页重构优化
- 新增 network_info_plus、shared_preferences、permission_handler 等依赖
0.3.1 #
- 删除iOS SDK 获取从server获取ip逻辑