stonehiy
stonehiy
**Before open an issue** **Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Phone's bluetooth is close 2. BleManager.enableBluetooth().catch(() => {}); **Expected behavior** **Screenshots** **Smartphone (please complete the...
Verson info: "react-native": "0.71.3", "react-native-timer-picker": "^1.10.1", When using `TimePicker`, a quick swipe will result in the following exception: ``` Invariant Violation: "this.props" should not be accessed during state updates This...
### 请描述遇到的问题,以及您所期望的正确的结果 在iOS17上系统原生页面跳转到flutter页面黑屏。17以下是正常的。 已存在OC原生项目,集成了flutterboost。 这是使用xcode15.2 运行项目: https://github.com/user-attachments/assets/e932c0a2-add5-4746-9c9e-5ab5cbf42a3f 这是直接用命令:flutter run运行也是正常的 https://github.com/user-attachments/assets/a994e739-252f-4c69-8075-d0a8856056d6 ### 请说明如何操作会遇到上述问题 _No response_ ### 在下面填入关键复现代码 ``` ``` ### 复现的平台 iOS ### Flutter SDK版本 3.7.10 3.19.6 ### FlutterBoost版本 4.6.5 ###...