Created
August 7, 2018 08:12
-
-
Save rohan20/8553b41a5b0fe0a82367cc6790dfc7c3 to your computer and use it in GitHub Desktop.
E-Commerce app using Flutter - Part 3: Remote data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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