k-paxian / dart-package-publisher

Action to Publish Dart / Flutter Package To https://pub.dev When you need to publish a package, just bump the version in pubspec.yaml
MIT License
66 stars 10 forks source link

support different flutter channel #9

Closed liudonghua123 closed 2 years ago

liudonghua123 commented 4 years ago

I have some packages which depends dev channel of flutter, I find the flutter channel of this github action was hardcoded, is there any options for config the flutter channel.

k-paxian commented 4 years ago

PRs are welcomed!

liudonghua123 commented 4 years ago

I forked the repo and create a new dev channel to build a dev channel of flutter docker image.

I couldn't send PRs to a new branch of your repo.

The details of changed files is listed on https://github.com/liudonghua123/dart-package-publisher/pull/1.

k-paxian commented 2 years ago

added flutterBranch input to provide the flutter branch