flutter_dart_version_manager plugin
Getting Started
This project is a fastlane plugin. Add it to your project by running:
fastlane add_plugin flutter_dart_version_manager
Commands:
flutter_set_version
flutter_set_version(
path_to_yaml: "../pubspec.yaml",
version_name: "1.1.9",
version_code: "5", #optional
)
Example
Check out the example Fastfile to see how to use this plugin.
Try it by cloning the repo, running fastlane install_plugins
and bundle exec fastlane test
.
Other plugins interesting plugins that work well with this one:
- fastlane-plugin-flutter_version
-
fastlane-plugin-versioning (especially:
get_version_number_from_git_branch
)
Issues and Feedback
For any other issues and feedback about this plugin, please submit it to this repository.
Troubleshooting
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
Using fastlane Plugins
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
About fastlane
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.