roy

Results 52 comments of roy

```dart void pickAssets() async { List assetList = await PhotoPicker.pickAsset(context: context); if (assetList != null && assetList.isNotEmpty) { List urls = await uploadFiles(assetList); _dynamicFiles.addAll(urls); widget._dynamicBloc.imagesStreamController.add(_dynamicFiles); } } ``` This is...

It seams pinpoint-docker can't launch pinpoint-batch, hope release new release to fix class not found problem

Hope add this feature too

我也一样manjaro无法使用tun模式 ``` 2022-07-25 21:24:53 - [clash]: time="2022-07-25T21:24:53+08:00" level=error msg="Start Tun interface error: operation not permitted" ```

waiting for this function too