Skip to content
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

Required dynamically MAP Calculation by using Query String like sql query. #49109

Open
abdulrehmananwar opened this issue May 25, 2022 · 0 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug

Comments

@abdulrehmananwar
Copy link

i want you to add feature for flutter Map(). just like sql query string.
in sql query we write some thing like below
string dynamicquery = "select quantity*price as amount from table1";
so we want to write this query for flutter map to calculate frontend calculation dynamically
Map<String,dynamic> mapvalues = new Map();
mapvalues["qty"] = 10;
mapvalues["price"] = 120;
// how to calculate it dynamically
mapvalues.addAll(here we will add dynamicquery result values);

@mit-mit mit-mit added the area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. label May 25, 2022
@lrhn lrhn added library-collection type-enhancement A request for a change that isn't a bug labels May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants