Module: FastlaneFlutterFlavor
- Defined in:
- lib/fastlane/plugin/ann_flutter_flavor/helper/lanes_ios.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/lanes_annai.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/lanes_setup.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/utils_status.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/lanes_android.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/podspec_bridge.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/test_integration.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/utils_spec_loader.rb,
lib/fastlane/plugin/ann_flutter_flavor/helper/utils_project_config.rb
Defined Under Namespace
Modules: ProjectUtil Classes: AndroidLanes, AnnaiLanes, IntegrationTest, IosLanes, PodspecBridge, SetupLanes, StatusManager, YamlSpecLoader
Instance Method Summary collapse
- #amber(text) ⇒ Object
- #green(text) ⇒ Object
-
#red(text) ⇒ Object
Inject the custom colors used in the StatusManager (since they aren’t standard UI functions).
Instance Method Details
#amber(text) ⇒ Object
10 |
# File 'lib/fastlane/plugin/ann_flutter_flavor/helper/utils_status.rb', line 10 def amber(text) ; "\e[33m#{text}\e[0m" ; end |
#green(text) ⇒ Object
9 |
# File 'lib/fastlane/plugin/ann_flutter_flavor/helper/utils_status.rb', line 9 def green(text) ; "\e[32m#{text}\e[0m" ; end |
#red(text) ⇒ Object
Inject the custom colors used in the StatusManager (since they aren’t standard UI functions)
8 |
# File 'lib/fastlane/plugin/ann_flutter_flavor/helper/utils_status.rb', line 8 def red(text) ; "\e[31m#{text}\e[0m" ; end |