fastlane-plugin-flutter_version 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/fastlane/plugin/flutter_version/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a8152dd63a14c16935f1dcab4976acc00f9e94a03ac9f983782efdaae852b9a
|
|
4
|
+
data.tar.gz: 832475f6b0e814c62925348e2fc301009b324acf97a8346d1c36f217bf4473e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5931656b6fc3788496373d4ea0c1bf1d91cba210e81735dab23c974443fc3ee523b620d4392c74ebff2891d8487f68372b9046c1b6e9a8031b1aa26d65a3ea39
|
|
7
|
+
data.tar.gz: c2890144785b6669c8fca5e9bc28e0e404d482cefda634cf7090bda1c6d49bed2cdc68f7ad59282d973f3f4deef79d4305b681381e0ce0c704a952e148e17800
|
data/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://rubygems.org/gems/fastlane-plugin-flutter_version)
|
|
4
4
|
[](https://gitpod.io/#https://github.com/tianhaoz95/fastlane-plugin-flutter_version)
|
|
5
5
|
|
|
6
|
+
flutter_version is a Fastlane plugin to retrieve version code from Flutter projects which can be used to release changlogs and other metadata to marketplaces.
|
|
7
|
+
|
|
6
8
|
## Getting Started
|
|
7
9
|
|
|
8
10
|
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-flutter_version`, add it to your project by adding the following lines in `Gemfile`:
|