Skip to content

remote_config.dart #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sravansck opened this issue Oct 25, 2021 · 0 comments
Open

remote_config.dart #12

sravansck opened this issue Oct 25, 2021 · 0 comments

Comments

@sravansck
Copy link

i can't able to see the remote_config.dart in the lib of util folder

and when added using the code mentioned in the page getting with error at
Future _getProductsByCategory(categoryId, pageIndex) async {
var response = await http.get(
RemoteConfig.config["BASE_URL"] +" "+
RemoteConfig.config["BASE_PRODUCTS_URL"] + " " +
"&category=$categoryId&per_page=6&page=$pageIndex",

on product_scoped_model.dart file
please help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant