cocoapods-embed-flutter 0.5.0 → 0.5.3
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/CHANGELOG.md +28 -1
- data/Gemfile +1 -0
- data/Gemfile.lock +60 -2
- data/README.md +21 -1
- data/Rakefile +14 -2
- data/cocoapods-embed-flutter.gemspec +22 -11
- data/lib/cocoapods-embed-flutter/flutter/dependency.rb +2 -2
- data/lib/cocoapods-embed-flutter/flutter/downloader.rb +3 -4
- data/lib/cocoapods-embed-flutter/flutter/external_sources.rb +29 -11
- data/lib/cocoapods-embed-flutter/flutter/pubspec.rb +3 -10
- data/lib/cocoapods-embed-flutter/flutter.rb +30 -0
- data/lib/cocoapods-embed-flutter/gem_version.rb +6 -1
- data/lib/cocoapods-embed-flutter/src/pub.rb +20 -2
- data/lib/cocoapods-embed-flutter.rb +1 -0
- metadata +13 -34
- data/.github/config/config.js +0 -21
- data/.github/config/package-lock.json +0 -223
- data/.github/config/package.json +0 -16
- data/.github/config/pre_changelog_hook.js +0 -27
- data/.github/dependabot.yml +0 -23
- data/.github/workflows/main.yml +0 -145
- data/example/flutter_module/.gitignore +0 -48
- data/example/flutter_module/.metadata +0 -10
- data/example/flutter_module/README.md +0 -11
- data/example/flutter_module/analysis_options.yaml +0 -4
- data/example/flutter_module/flutter_module.iml +0 -18
- data/example/flutter_module/flutter_module_android.iml +0 -27
- data/example/flutter_module/lib/main.dart +0 -112
- data/example/flutter_module/pubspec.lock +0 -174
- data/example/flutter_module/pubspec.yaml +0 -87
- data/example/flutter_module/test/widget_test.dart +0 -30
- data/example/ios_app/Gemfile +0 -4
- data/example/ios_app/Gemfile.lock +0 -110
- data/example/ios_app/Podfile +0 -11
- data/example/ios_app/Podfile.lock +0 -28
- data/example/ios_app/ios_app/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- data/example/ios_app/ios_app/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -98
- data/example/ios_app/ios_app/Assets.xcassets/Contents.json +0 -6
- data/example/ios_app/ios_app/ContentView.swift +0 -40
- data/example/ios_app/ios_app/Preview Content/Preview Assets.xcassets/Contents.json +0 -6
- data/example/ios_app/ios_app/ios_appApp.swift +0 -18
- data/example/ios_app/ios_app.xcodeproj/project.pbxproj +0 -426
data/.github/config/config.js
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
'use strict'
|
2
|
-
const config = require('conventional-changelog-conventionalcommits');
|
3
|
-
|
4
|
-
module.exports = config({
|
5
|
-
"types": [
|
6
|
-
{ type: 'feat', section: '🚀 Features' },
|
7
|
-
{ type: 'fix', section: '🐛 Fixes' },
|
8
|
-
{ type: 'perf', section: '🐎 Performance Improvements' },
|
9
|
-
{ type: 'revert', section: '⏪ Reverts' },
|
10
|
-
{ type: 'build', section: '🛠 Build System' },
|
11
|
-
{ type: 'deps', section: '🛠 Dependency' },
|
12
|
-
{ type: 'ci', section: '💡 Continuous Integration' },
|
13
|
-
{ type: 'refactor', section: '🔥 Refactorings' },
|
14
|
-
{ type: 'doc', section: '📚 Documentation' },
|
15
|
-
{ type: 'docs', section: '📚 Documentation' },
|
16
|
-
{ type: 'style', section: '💄 Styles' },
|
17
|
-
{ type: 'test', section: '✅ Tests' },
|
18
|
-
{ type: 'wip', hidden: true },
|
19
|
-
{ type: 'chore', hidden: true },
|
20
|
-
]
|
21
|
-
})
|
@@ -1,223 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "config",
|
3
|
-
"version": "1.0.0",
|
4
|
-
"lockfileVersion": 2,
|
5
|
-
"requires": true,
|
6
|
-
"packages": {
|
7
|
-
"": {
|
8
|
-
"name": "config",
|
9
|
-
"version": "1.0.0",
|
10
|
-
"license": "MIT",
|
11
|
-
"dependencies": {
|
12
|
-
"@actions/core": "1.6.0",
|
13
|
-
"conventional-changelog-conventionalcommits": "^4.6.3",
|
14
|
-
"semver": "^7.3.5"
|
15
|
-
}
|
16
|
-
},
|
17
|
-
"node_modules/@actions/core": {
|
18
|
-
"version": "1.6.0",
|
19
|
-
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz",
|
20
|
-
"integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==",
|
21
|
-
"dependencies": {
|
22
|
-
"@actions/http-client": "^1.0.11"
|
23
|
-
}
|
24
|
-
},
|
25
|
-
"node_modules/@actions/http-client": {
|
26
|
-
"version": "1.0.11",
|
27
|
-
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
|
28
|
-
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
|
29
|
-
"dependencies": {
|
30
|
-
"tunnel": "0.0.6"
|
31
|
-
}
|
32
|
-
},
|
33
|
-
"node_modules/array-ify": {
|
34
|
-
"version": "1.0.0",
|
35
|
-
"resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
|
36
|
-
"integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4="
|
37
|
-
},
|
38
|
-
"node_modules/compare-func": {
|
39
|
-
"version": "2.0.0",
|
40
|
-
"resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
|
41
|
-
"integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
|
42
|
-
"dependencies": {
|
43
|
-
"array-ify": "^1.0.0",
|
44
|
-
"dot-prop": "^5.1.0"
|
45
|
-
}
|
46
|
-
},
|
47
|
-
"node_modules/conventional-changelog-conventionalcommits": {
|
48
|
-
"version": "4.6.3",
|
49
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz",
|
50
|
-
"integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==",
|
51
|
-
"dependencies": {
|
52
|
-
"compare-func": "^2.0.0",
|
53
|
-
"lodash": "^4.17.15",
|
54
|
-
"q": "^1.5.1"
|
55
|
-
},
|
56
|
-
"engines": {
|
57
|
-
"node": ">=10"
|
58
|
-
}
|
59
|
-
},
|
60
|
-
"node_modules/dot-prop": {
|
61
|
-
"version": "5.3.0",
|
62
|
-
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
63
|
-
"integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
|
64
|
-
"dependencies": {
|
65
|
-
"is-obj": "^2.0.0"
|
66
|
-
},
|
67
|
-
"engines": {
|
68
|
-
"node": ">=8"
|
69
|
-
}
|
70
|
-
},
|
71
|
-
"node_modules/is-obj": {
|
72
|
-
"version": "2.0.0",
|
73
|
-
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
74
|
-
"integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
|
75
|
-
"engines": {
|
76
|
-
"node": ">=8"
|
77
|
-
}
|
78
|
-
},
|
79
|
-
"node_modules/lodash": {
|
80
|
-
"version": "4.17.21",
|
81
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
82
|
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
83
|
-
},
|
84
|
-
"node_modules/lru-cache": {
|
85
|
-
"version": "6.0.0",
|
86
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
87
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
88
|
-
"dependencies": {
|
89
|
-
"yallist": "^4.0.0"
|
90
|
-
},
|
91
|
-
"engines": {
|
92
|
-
"node": ">=10"
|
93
|
-
}
|
94
|
-
},
|
95
|
-
"node_modules/q": {
|
96
|
-
"version": "1.5.1",
|
97
|
-
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
98
|
-
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
|
99
|
-
"engines": {
|
100
|
-
"node": ">=0.6.0",
|
101
|
-
"teleport": ">=0.2.0"
|
102
|
-
}
|
103
|
-
},
|
104
|
-
"node_modules/semver": {
|
105
|
-
"version": "7.3.5",
|
106
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
|
107
|
-
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
|
108
|
-
"dependencies": {
|
109
|
-
"lru-cache": "^6.0.0"
|
110
|
-
},
|
111
|
-
"bin": {
|
112
|
-
"semver": "bin/semver.js"
|
113
|
-
},
|
114
|
-
"engines": {
|
115
|
-
"node": ">=10"
|
116
|
-
}
|
117
|
-
},
|
118
|
-
"node_modules/tunnel": {
|
119
|
-
"version": "0.0.6",
|
120
|
-
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
121
|
-
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
|
122
|
-
"engines": {
|
123
|
-
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
|
124
|
-
}
|
125
|
-
},
|
126
|
-
"node_modules/yallist": {
|
127
|
-
"version": "4.0.0",
|
128
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
129
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
130
|
-
}
|
131
|
-
},
|
132
|
-
"dependencies": {
|
133
|
-
"@actions/core": {
|
134
|
-
"version": "1.6.0",
|
135
|
-
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz",
|
136
|
-
"integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==",
|
137
|
-
"requires": {
|
138
|
-
"@actions/http-client": "^1.0.11"
|
139
|
-
}
|
140
|
-
},
|
141
|
-
"@actions/http-client": {
|
142
|
-
"version": "1.0.11",
|
143
|
-
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
|
144
|
-
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
|
145
|
-
"requires": {
|
146
|
-
"tunnel": "0.0.6"
|
147
|
-
}
|
148
|
-
},
|
149
|
-
"array-ify": {
|
150
|
-
"version": "1.0.0",
|
151
|
-
"resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
|
152
|
-
"integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4="
|
153
|
-
},
|
154
|
-
"compare-func": {
|
155
|
-
"version": "2.0.0",
|
156
|
-
"resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
|
157
|
-
"integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
|
158
|
-
"requires": {
|
159
|
-
"array-ify": "^1.0.0",
|
160
|
-
"dot-prop": "^5.1.0"
|
161
|
-
}
|
162
|
-
},
|
163
|
-
"conventional-changelog-conventionalcommits": {
|
164
|
-
"version": "4.6.3",
|
165
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz",
|
166
|
-
"integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==",
|
167
|
-
"requires": {
|
168
|
-
"compare-func": "^2.0.0",
|
169
|
-
"lodash": "^4.17.15",
|
170
|
-
"q": "^1.5.1"
|
171
|
-
}
|
172
|
-
},
|
173
|
-
"dot-prop": {
|
174
|
-
"version": "5.3.0",
|
175
|
-
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
176
|
-
"integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
|
177
|
-
"requires": {
|
178
|
-
"is-obj": "^2.0.0"
|
179
|
-
}
|
180
|
-
},
|
181
|
-
"is-obj": {
|
182
|
-
"version": "2.0.0",
|
183
|
-
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
184
|
-
"integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
|
185
|
-
},
|
186
|
-
"lodash": {
|
187
|
-
"version": "4.17.21",
|
188
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
189
|
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
190
|
-
},
|
191
|
-
"lru-cache": {
|
192
|
-
"version": "6.0.0",
|
193
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
194
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
195
|
-
"requires": {
|
196
|
-
"yallist": "^4.0.0"
|
197
|
-
}
|
198
|
-
},
|
199
|
-
"q": {
|
200
|
-
"version": "1.5.1",
|
201
|
-
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
202
|
-
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
|
203
|
-
},
|
204
|
-
"semver": {
|
205
|
-
"version": "7.3.5",
|
206
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
|
207
|
-
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
|
208
|
-
"requires": {
|
209
|
-
"lru-cache": "^6.0.0"
|
210
|
-
}
|
211
|
-
},
|
212
|
-
"tunnel": {
|
213
|
-
"version": "0.0.6",
|
214
|
-
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
215
|
-
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
|
216
|
-
},
|
217
|
-
"yallist": {
|
218
|
-
"version": "4.0.0",
|
219
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
220
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
221
|
-
}
|
222
|
-
}
|
223
|
-
}
|
data/.github/config/package.json
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "config",
|
3
|
-
"version": "1.0.0",
|
4
|
-
"description": "conventional-changelog-action hooks",
|
5
|
-
"main": "config.js",
|
6
|
-
"license": "MIT",
|
7
|
-
"author": {
|
8
|
-
"name": "Soumya Ranjan Mahunt",
|
9
|
-
"email": "devsoumyamahunt@gmail.com"
|
10
|
-
},
|
11
|
-
"dependencies": {
|
12
|
-
"@actions/core": "1.6.0",
|
13
|
-
"conventional-changelog-conventionalcommits": "^4.6.3",
|
14
|
-
"semver": "^7.3.5"
|
15
|
-
}
|
16
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
const path = require('path');
|
2
|
-
const fs = require('fs');
|
3
|
-
const semver = require('semver');
|
4
|
-
const core = require('@actions/core');
|
5
|
-
const childProcess = require("child_process");
|
6
|
-
|
7
|
-
exports.preVersionGeneration = (version) => {
|
8
|
-
const { GITHUB_WORKSPACE } = process.env;
|
9
|
-
core.info(`Computed version bump: ${version}`);
|
10
|
-
|
11
|
-
const gem_info_file = path.join(GITHUB_WORKSPACE, 'lib/cocoapods-embed-flutter/gem_version.rb');
|
12
|
-
const gem_info = `${fs.readFileSync(gem_info_file)}`;
|
13
|
-
core.info(`Current gem info: ${gem_info}`);
|
14
|
-
|
15
|
-
currentVersion = gem_info.match(/VERSION\s*=\s'(.*)'/)[1];
|
16
|
-
core.info(`Current version: ${currentVersion}`);
|
17
|
-
|
18
|
-
if (semver.lt(version, currentVersion)) { version = currentVersion; }
|
19
|
-
core.info(`Final version: ${version}`);
|
20
|
-
|
21
|
-
const new_gem_info = gem_info.replace(/VERSION\s*=\s*.*/g, `VERSION = '${version}'.freeze`);
|
22
|
-
core.info(`Updated gem info: ${new_gem_info}`);
|
23
|
-
fs.writeFileSync(gem_info_file, new_gem_info);
|
24
|
-
return version;
|
25
|
-
}
|
26
|
-
|
27
|
-
exports.preTagGeneration = (tag) => { }
|
data/.github/dependabot.yml
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
version: 2
|
2
|
-
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
directory: /
|
5
|
-
insecure-external-code-execution: allow
|
6
|
-
schedule:
|
7
|
-
interval: weekly
|
8
|
-
commit-message:
|
9
|
-
prefix: 'deps: '
|
10
|
-
|
11
|
-
- package-ecosystem: github-actions
|
12
|
-
directory: /
|
13
|
-
schedule:
|
14
|
-
interval: monthly
|
15
|
-
commit-message:
|
16
|
-
prefix: 'ci(Deps): '
|
17
|
-
|
18
|
-
- package-ecosystem: npm
|
19
|
-
directory: .github/config
|
20
|
-
schedule:
|
21
|
-
interval: monthly
|
22
|
-
commit-message:
|
23
|
-
prefix: 'ci(Deps): '
|
data/.github/workflows/main.yml
DELETED
@@ -1,145 +0,0 @@
|
|
1
|
-
name: CI/CD
|
2
|
-
|
3
|
-
on:
|
4
|
-
push:
|
5
|
-
branches: [ main ]
|
6
|
-
paths-ignore:
|
7
|
-
- '*.md'
|
8
|
-
pull_request:
|
9
|
-
branches: [ main ]
|
10
|
-
paths-ignore:
|
11
|
-
- '*.md'
|
12
|
-
workflow_dispatch:
|
13
|
-
|
14
|
-
env:
|
15
|
-
RUBY_VER: 2.6
|
16
|
-
|
17
|
-
concurrency:
|
18
|
-
group: ${{ github.ref }}
|
19
|
-
cancel-in-progress: true
|
20
|
-
|
21
|
-
jobs:
|
22
|
-
ci:
|
23
|
-
name: Run Tests
|
24
|
-
runs-on: ubuntu-latest
|
25
|
-
outputs:
|
26
|
-
release: ${{ steps.check_version_bump.outputs.release_type != '' }}
|
27
|
-
|
28
|
-
steps:
|
29
|
-
- name: Checkout repository
|
30
|
-
uses: actions/checkout@v2
|
31
|
-
|
32
|
-
- name: Setup Ruby
|
33
|
-
uses: ruby/setup-ruby@v1
|
34
|
-
with:
|
35
|
-
ruby-version: ${{ env.RUBY_VER }}
|
36
|
-
|
37
|
-
- name: Install dependencies
|
38
|
-
run: |
|
39
|
-
bundle config deployment true
|
40
|
-
bundle install
|
41
|
-
|
42
|
-
- name: Run tests
|
43
|
-
run: bundle exec rake specs
|
44
|
-
|
45
|
-
- name: Install Flutter
|
46
|
-
uses: subosito/flutter-action@v2.3.0
|
47
|
-
|
48
|
-
- name: Setup Flutter for ios
|
49
|
-
run: |
|
50
|
-
flutter precache --ios
|
51
|
-
|
52
|
-
- name: Test example app
|
53
|
-
run: bundle exec rake demo
|
54
|
-
|
55
|
-
- name: Check version bump
|
56
|
-
id: check_version_bump
|
57
|
-
uses: mathieudutour/github-tag-action@v6.0
|
58
|
-
with:
|
59
|
-
github_token: ${{ github.token }}
|
60
|
-
default_bump: false
|
61
|
-
dry_run: true
|
62
|
-
|
63
|
-
cd:
|
64
|
-
name: Build and Publish
|
65
|
-
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.ci.outputs.release
|
66
|
-
needs: ci
|
67
|
-
runs-on: ubuntu-latest
|
68
|
-
|
69
|
-
steps:
|
70
|
-
- name: Checkout repository
|
71
|
-
uses: actions/checkout@v2
|
72
|
-
with:
|
73
|
-
fetch-depth: 0
|
74
|
-
|
75
|
-
- name: Setup node
|
76
|
-
uses: actions/setup-node@v2
|
77
|
-
with:
|
78
|
-
node-version: '17'
|
79
|
-
|
80
|
-
- name: Setup action config
|
81
|
-
run: npm install
|
82
|
-
working-directory: .github/config
|
83
|
-
|
84
|
-
- name: Setup Ruby
|
85
|
-
uses: ruby/setup-ruby@v1
|
86
|
-
with:
|
87
|
-
ruby-version: ${{ env.RUBY_VER }}
|
88
|
-
|
89
|
-
- name: Install dependencies
|
90
|
-
run: |
|
91
|
-
bundle config deployment true
|
92
|
-
bundle install
|
93
|
-
|
94
|
-
- name: Conventional Changelog Action
|
95
|
-
id: conventional_changelog
|
96
|
-
uses: TriPSs/conventional-changelog-action@v3
|
97
|
-
with:
|
98
|
-
github-token: ${{ github.token }}
|
99
|
-
git-message: 'chore(CHANGELOG): update for {version}'
|
100
|
-
git-user-name: ${{ github.actor }}
|
101
|
-
git-user-email: devsoumyamahunt@gmail.com
|
102
|
-
skip-version-file: true
|
103
|
-
release-count: 0
|
104
|
-
pre-changelog-generation: '.github/config/pre_changelog_hook.js'
|
105
|
-
config-file-path: '.github/config/config.js'
|
106
|
-
|
107
|
-
- name: Build gem
|
108
|
-
if: steps.conventional_changelog.outputs.skipped == 'false'
|
109
|
-
run: gem build *.gemspec
|
110
|
-
|
111
|
-
- name: Publish to GitHub Package Registry
|
112
|
-
if: steps.conventional_changelog.outputs.skipped == 'false'
|
113
|
-
run: |
|
114
|
-
mkdir -p $HOME/.gem
|
115
|
-
touch $HOME/.gem/credentials
|
116
|
-
chmod 0600 $HOME/.gem/credentials
|
117
|
-
printf -- "---\n:github: Bearer ${GITHUB_TOKEN}\n" > $HOME/.gem/credentials
|
118
|
-
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
|
119
|
-
env:
|
120
|
-
GITHUB_TOKEN: ${{ github.token }}
|
121
|
-
OWNER: ${{ github.actor }}
|
122
|
-
|
123
|
-
- name: Publish to RubyGems
|
124
|
-
if: steps.conventional_changelog.outputs.skipped == 'false'
|
125
|
-
run: |
|
126
|
-
mkdir -p $HOME/.gem
|
127
|
-
touch $HOME/.gem/credentials
|
128
|
-
chmod 0600 $HOME/.gem/credentials
|
129
|
-
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
|
130
|
-
gem push *.gem
|
131
|
-
env:
|
132
|
-
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
|
133
|
-
|
134
|
-
- name: Create GitHub Release
|
135
|
-
if: steps.conventional_changelog.outputs.skipped == 'false'
|
136
|
-
uses: ncipollo/release-action@v1
|
137
|
-
with:
|
138
|
-
token: ${{ github.token }}
|
139
|
-
tag: ${{ steps.conventional_changelog.outputs.tag }}
|
140
|
-
body: ${{ steps.conventional_changelog.outputs.changelog }}
|
141
|
-
artifacts: '*.gem'
|
142
|
-
|
143
|
-
- name: Publish to cocoapods plugins
|
144
|
-
if: steps.conventional_changelog.outputs.skipped == 'false'
|
145
|
-
run: bundle exec rake publish
|
@@ -1,48 +0,0 @@
|
|
1
|
-
.DS_Store
|
2
|
-
.dart_tool/
|
3
|
-
|
4
|
-
.packages
|
5
|
-
.pub/
|
6
|
-
|
7
|
-
.idea/
|
8
|
-
.vagrant/
|
9
|
-
.sconsign.dblite
|
10
|
-
.svn/
|
11
|
-
|
12
|
-
*.swp
|
13
|
-
profile
|
14
|
-
|
15
|
-
DerivedData/
|
16
|
-
|
17
|
-
.generated/
|
18
|
-
|
19
|
-
*.pbxuser
|
20
|
-
*.mode1v3
|
21
|
-
*.mode2v3
|
22
|
-
*.perspectivev3
|
23
|
-
|
24
|
-
!default.pbxuser
|
25
|
-
!default.mode1v3
|
26
|
-
!default.mode2v3
|
27
|
-
!default.perspectivev3
|
28
|
-
|
29
|
-
xcuserdata
|
30
|
-
|
31
|
-
*.moved-aside
|
32
|
-
|
33
|
-
*.pyc
|
34
|
-
*sync/
|
35
|
-
Icon?
|
36
|
-
.tags*
|
37
|
-
|
38
|
-
build/
|
39
|
-
.android/
|
40
|
-
.ios/
|
41
|
-
.flutter-plugins
|
42
|
-
.flutter-plugins-dependencies
|
43
|
-
|
44
|
-
# Symbolication related
|
45
|
-
app.*.symbols
|
46
|
-
|
47
|
-
# Obfuscation related
|
48
|
-
app.*.map.json
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# This file tracks properties of this Flutter project.
|
2
|
-
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
3
|
-
#
|
4
|
-
# This file should be version controlled and should not be manually edited.
|
5
|
-
|
6
|
-
version:
|
7
|
-
revision: 097d3313d8e2c7f901932d63e537c1acefb87800
|
8
|
-
channel: stable
|
9
|
-
|
10
|
-
project_type: module
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# flutter_module
|
2
|
-
|
3
|
-
A new flutter module project.
|
4
|
-
|
5
|
-
## Getting Started
|
6
|
-
|
7
|
-
For help getting started with Flutter, view our online
|
8
|
-
[documentation](https://flutter.dev/).
|
9
|
-
|
10
|
-
For instructions integrating Flutter modules to your existing applications,
|
11
|
-
see the [add-to-app documentation](https://flutter.dev/docs/development/add-to-app).
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="JAVA_MODULE" version="4">
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
4
|
-
<exclude-output />
|
5
|
-
<content url="file://$MODULE_DIR$">
|
6
|
-
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
|
7
|
-
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
8
|
-
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
|
9
|
-
<excludeFolder url="file://$MODULE_DIR$/.idea" />
|
10
|
-
<excludeFolder url="file://$MODULE_DIR$/.pub" />
|
11
|
-
<excludeFolder url="file://$MODULE_DIR$/build" />
|
12
|
-
</content>
|
13
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
14
|
-
<orderEntry type="library" name="Dart SDK" level="project" />
|
15
|
-
<orderEntry type="library" name="Flutter Plugins" level="project" />
|
16
|
-
<orderEntry type="library" name="Dart Packages" level="project" />
|
17
|
-
</component>
|
18
|
-
</module>
|
@@ -1,27 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="JAVA_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="android" name="Android">
|
5
|
-
<configuration>
|
6
|
-
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
7
|
-
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/.android/gen" />
|
8
|
-
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/.android/gen" />
|
9
|
-
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/.android/AndroidManifest.xml" />
|
10
|
-
<option name="RES_FOLDER_RELATIVE_PATH" value="/.android/res" />
|
11
|
-
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/.android/assets" />
|
12
|
-
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/.android/libs" />
|
13
|
-
<option name="PROGUARD_LOGS_FOLDER_RELATIVE_PATH" value="/.android/proguard_logs" />
|
14
|
-
</configuration>
|
15
|
-
</facet>
|
16
|
-
</component>
|
17
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
18
|
-
<exclude-output />
|
19
|
-
<content url="file://$MODULE_DIR$/.android">
|
20
|
-
<sourceFolder url="file://$MODULE_DIR$/.android/Flutter/src/main/java" isTestSource="false" />
|
21
|
-
<sourceFolder url="file://$MODULE_DIR$/.android/gen" isTestSource="false" generated="true" />
|
22
|
-
</content>
|
23
|
-
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
|
24
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
25
|
-
<orderEntry type="library" name="Flutter for Android" level="project" />
|
26
|
-
</component>
|
27
|
-
</module>
|