We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5837 commit 34b856bCopy full SHA for 34b856b
modules/data/lib/network/config/network_constants.dart
@@ -3,5 +3,5 @@ class NetworkConstants {
3
static const receiveTimeout = 2;
4
//static const baseUrl = String.fromEnvironment('API_URL', defaultValue: "NA");
5
static const productsPath = "/products";
6
- static const baseUrl = "http://www.example.com";
+ static const baseUrl = "http://www.example.com"; // To get started: comment this and uncomment line 4
7
}
0 commit comments