Lam Thanh Nhan

Results 27 comments of Lam Thanh Nhan

@amondnet Additional information: This PR has the same behavior as reverted #784, just add an additional flag for those who want to continue using the new behavior.

@amondnet I think this feature is also not really needed myself but it will be better if there is a way to just notify when all the actions inside are...

Hi, please give me a minimal code that causes the issue so I can easier to resolve it. Thanks.

@deckerst this is [a known issue](https://github.com/flutter/flutter/issues/119207) of the Flutter. I think we need to wait for the Flutter team to resolve this issue first.

Hi @Trung15010802 Here is an example of fetching and decoding a JSON: ``` dart // Function @pragma('vm:entry-point') Future fetchAndDecode(String url) async { final response = await http.Client().get(Uri.parse(url)); return jsonDecode(response.body); }...

@Trung15010802 Here is a better way to do it: ``` dart Future fetchDataFromIsolate() async { state = const AsyncLoading(); final isolateManager = IsolateManager.create(fetchCameraList); if (mounted) { state = await AsyncValue.guard(()...

Feel free to re-open this issue if you have any related problem. Thanks.

Hi @AoEiuV020 If you want to get multiple values in a single `sendMessage`, you can use the `callback` parameter like this: ```dart await primeIsolate.sendMessage(10, callback: (value) { // Assume that...

@redscorpionx You can try setting the `$_HandleImgSearch_IsUser32` to `True`, it will work in some cases. In some browsers, you need to turn off the `Hardware Acceleration` feature.