Created
March 8, 2020 19:03
-
-
Save tianhaoz95/6116f90907e3935317cb8f9617e3cf76 to your computer and use it in GitHub Desktop.
file structure of fastlane plugin flutter version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| ├── Gemfile | |
| ├── LICENSE | |
| ├── README.md | |
| ├── Rakefile | |
| ├── fastlane | |
| │ ├── Fastfile | |
| │ └── Pluginfile | |
| ├── fastlane-plugin-flutter_version.gemspec | |
| ├── lib | |
| │ └── fastlane | |
| │ └── plugin | |
| │ ├── flutter_version | |
| │ │ ├── actions | |
| │ │ │ └── flutter_version_action.rb | |
| │ │ ├── helper | |
| │ │ │ └── flutter_version_helper.rb | |
| │ │ └── version.rb | |
| │ └── flutter_version.rb | |
| └── spec | |
| ├── flutter_version_action_spec.rb | |
| └── spec_helper.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment