Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created October 20, 2019 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizmarcus/40f076c54c6c1074e0c099129ac4a461 to your computer and use it in GitHub Desktop.
Save luizmarcus/40f076c54c6c1074e0c099129ac4a461 to your computer and use it in GitHub Desktop.
@override
void initState() {
super.initState();
BaseOptions options = new BaseOptions(
baseUrl: "https://reqres.in/api",
connectTimeout: 5000,
);
dio = new Dio(options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment