Skip to content

select flutter version #27

Description

@tys-ley

Hi,

Is there a way to select the Flutter Version which is used to build the Project?

In the flutter_bootstrap method is only a flutter_channel parameter available.

flutter_bootstrap(
      flutter_channel: 'stable',
    )

I would like to have something like in the Flutter-GithubAction.
It could look like this:

flutter_bootstrap(
      flutter_channel: 'any',
      flutter_version: '1.20.2'
    )

Thanks in advance.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions