Flutter Install v1.0.0

What’s Changed

Migration guide

  • Replace the installation_bundle_url input with the version input. The functionality previously handled by installation_bundle_url is now integrated into version.

  • The is_update flag 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 the version input, 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

This topic was automatically closed after 90 days. New replies are no longer allowed.