In some of our projects we develop Flutter codebase for web, andriod and ios, and in others we have just web.
Is there an easy or built in way in Flutter to cope with auto incremented build numbers (running numbers for each build you do). This is somehow managable in android and ios (androd: clever Gradle scripts), but I haven't found any easy way to do it for web. For us it is likely crucial to have control of build sets there as for the native ones.
If not, (in my mind) there should be more robust app versioning system which where universal for all flawors.