Skip to content

Instantly share code, notes, and snippets.

@rohan20
Created August 7, 2018 08:12
Show Gist options
  • Select an option

  • Save rohan20/8553b41a5b0fe0a82367cc6790dfc7c3 to your computer and use it in GitHub Desktop.

Select an option

Save rohan20/8553b41a5b0fe0a82367cc6790dfc7c3 to your computer and use it in GitHub Desktop.
E-Commerce app using Flutter - Part 3: Remote data
class RemoteConfig {
static final Map<dynamic, String> config = {
"AuthorizationToken": "MY_TOKEN",
"BASE_URL": "http://base_url.geekyants.com/",
"BASE_PRODUCTS_URL": "sub_url/products/",
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment