nasa.wang

Results 7 comments of nasa.wang

我是一名独立开发者 你们的这套控件库极大的帮助到了我! 非常感谢 目前已经用这套控件开发出了一款app并成功上架到了appstore 下载地址: https://apps.apple.com/cn/app/id1608680007 截图: ![image](https://user-images.githubusercontent.com/372910/155056788-56bbe0d4-5f66-4f53-a0c8-3ddd96643238.png)

> flutter_vibrate

Hello everyone, ios and android are different solutions. ```dart void requestBluetoothPermission() async { if (Platform.isAndroid) { [Permission.bluetoothScan, Permission.bluetoothConnect] .request() .then((status) { if (status[Permission.bluetoothScan] == PermissionStatus.granted && status[Permission.bluetoothConnect] == PermissionStatus.granted) {...

The error occurred because userActivity.title is null. ` - (void)onAwake:(NSUserActivity*) userActivity method:(NSString *) method { if (@available(iOS 9.0, *)) { [userActivity resignCurrent]; [userActivity invalidate]; } NSString *title=@"Custom"; if(userActivity.title) { title...