Skip to content

Instantly share code, notes, and snippets.

@sinnoorc
Created November 7, 2022 08:02
Show Gist options
  • Save sinnoorc/46b1171204c96b76fd96b66545eb474b to your computer and use it in GitHub Desktop.
Save sinnoorc/46b1171204c96b76fd96b66545eb474b to your computer and use it in GitHub Desktop.
App Url
class AppUrl {
AppUrl._();
// base url
static const String baseUrl = "https://dummyjson.com/";
// receiveTimeout
static const int receiveTimeout = 15000;
// connectTimeout
static const int connectionTimeout = 15000;
static const String users = '/users';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment