-1

I want to implement all the type of HTTP request in a API using Flutter GetX state management.

I have managed to do the "get" request.

I want to implement all the type of HTTP request in a API using Flutter GetX state management.

1 Answers1

1

you can refer this document by Getx , in which you can find how to implement the API methods with Getx.