quanyu_sdk 0.0.3
quanyu_sdk: ^0.0.3 copied to clipboard
A Flutter SDK for integrating with native iOS.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 2025-01-XX #
Added #
- 初始版本发布
- SDK初始化功能
- 获取SDK版本功能
- 设置用户信息功能
- 发送事件功能
- 获取设备ID功能
- iOS平台支持
- 完整的示例应用
- 单元测试覆盖
- 详细的文档说明
Features #
- ✅ iOS 平台支持
- ✅ 方法通道(Method Channel)通信
- ✅ 错误处理和异常捕获
- ✅ 类型安全的API设计
- ✅ 插件平台接口抽象
- ✅ 完整的测试套件
Technical Details #
- Flutter SDK: >=2.17.0 <4.0.0
- iOS最低版本: 9.0
- iOS开发语言: Objective-C
Documentation #
- README.md with comprehensive usage guide
- API documentation
- Integration instructions for iOS native SDK
- Example app with all features demonstrated
Testing #
- Unit tests for all public APIs
- Mock platform implementation for testing
- Example app for manual testing