fastlane-plugin-flutter
fastlane-plugin-flutter copied to clipboard
Flutter actions plugin for Fastlane
When `capturing_stdout:true` is set and the flutter command fails, we also need to know what the stdout contained in order to understand the context of the issue. ```ruby unless wait_thread.value.success?...
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:...
Hi, I tried running my `flutter test` suite. with `flutter(args: %w(test))` and `flutter(args: %w(test ..))` But all of them failed with this strange error messages: ``` [14:53:59]: $ /home/runner/work/app_tracker/app_tracker/android/vendor/flutter/bin/flutter test...
Fixes #19.
During `flutter build ipa`, then `xcarchive` success, but `ipa` fail, nothing happened. IMO, this is fail, so should be show the logs. ## Fastlane Log ``` [13:07:48]: --------------------------- [13:07:48]: ---...
flutter_build(build_args: ['--verbose']) then show the logs
If build success, but with `--verbose`, it should be show the logs. Currently not.
It would be nice to also get the output of the flutter command when using the flutter_build action. Had to revert to using the flutter action for now. I would...