This project is a fastlane plugin. Add it to your project by running:
fastlane add_plugin flutter_dart_version_manager
flutter_set_version(
path_to_yaml: "../pubspec.yaml",
version_name: "1.1.9",
version_code: "5", #optional
)
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
)
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.