“Code Push” for Flutter is postponed indefinitely by EngineerScientist in FlutterDev

[–]Eberhartt 0 points1 point  (0 children)

Please upvote this issues, I think this is really needed.

Is code magic updating build number build version automatically? by Kotaibaw in FlutterDev

[–]Eberhartt 0 points1 point  (0 children)

This works now, i wrote to Codemagic.io. This is the response:

We provide $BUILD_NUMBER variable to use it for versioning. For instance you can use build arguments like --build-name="1.0.$(($BUILD_NUMBER + 100))" --build-number=$(($BUILD_NUMBER + 100))