Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created March 8, 2020 19:03
Show Gist options
  • Save tianhaoz95/6116f90907e3935317cb8f9617e3cf76 to your computer and use it in GitHub Desktop.
Save tianhaoz95/6116f90907e3935317cb8f9617e3cf76 to your computer and use it in GitHub Desktop.
file structure of fastlane plugin flutter version
.
├── 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