What’s Changed
- [BE-1478] Refactor flutter install by @marcell-vida in https://github.com/bitrise-steplib/bitrise-step-flutter-installer/pull/37
Migration guide
-
Replace the
installation_bundle_urlinput with theversioninput. The functionality previously handled byinstallation_bundle_urlis now integrated intoversion. -
The
is_updateflag has been removed. Instead, specify the exact version you intend to use when building the app. -
When specifying a channel (e.g.,
stable,beta) in theversioninput, the system will now use the latest already installed version on that channel if available; otherwise, it will download the latest released version on that channel.
Full Changelog: Comparing 0.13.1...1.0.0 · bitrise-steplib/bitrise-step-flutter-installer · GitHub