Khalid O

Results 2 comments of Khalid O

Api Request working in Web using fetchClient with cors Mode ```dart import 'package:fetch_client/fetch_client.dart'; import 'package:http/http.dart'; Client httpClient() => FetchClient(mode: RequestMode.cors); ``` but not working using GetConnect

same error > It is not working in 2024. > > It throws the same error using **get: ^5.0.0-release-candidate-5** > > The following message was thrown building GetMaterialApp: You need...