Settings and activity
1 result found
-
40 votes
We are considering this feature; however, we would like to connect with you to understand your needs a bit better. Please sign up here to register your interest in connecting with us for a feedback / product deep dive discussion.
An error occurred while saving the comment Austin Wisdom supported this idea ·
I created my application environment variables using remote config and just now realized onConfigUpdated is not supported on web. In my case I define a parameter "minAppVersion". I use this value to determine whether an app update is required due to any breaking changes we had to make in our backend API. Without onConfigUpdated on web this functionality is broken for users that already have an active session in the app.
Since one of flutters main draws is multiplatform app development, not having feature parity on all supported platforms makes things difficult. I don't want to have to develop two different solutions for the same problem.