API URL

Please open /lib/data/constant.dart

Set domain in example your web url is :

 http://your-domain.com/project/the_city/

please set WEB_URL like this :

static const String WEB_URL = "http://your-domain.com/project/the_city/";

Last updated

Was this helpful?