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.
Hi,
Is there a way to select the Flutter Version which is used to build the Project?
In the
flutter_bootstrapmethod is only aflutter_channelparameter available.I would like to have something like in the Flutter-GithubAction.
It could look like this:
Thanks in advance.