File tree 6 files changed +13
-20
lines changed
6 files changed +13
-20
lines changed Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"author" : {
8
8
"name" : " Soumya Ranjan Mahunt" ,
9
- "email" : " devsoumyamahunt @gmail.com"
9
+ "email" : " soumya.mahunt @gmail.com"
10
10
},
11
11
"dependencies" : {
12
12
"@actions/core" : " 1.7.0" ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
github-token : ${{ github.token }}
116
116
git-message : ' chore(CHANGELOG): update for {version}'
117
117
git-user-name : ${{ github.actor }}
118
- git-user-email : devsoumyamahunt @gmail.com
118
+ git-user-email : soumya.mahunt @gmail.com
119
119
skip-version-file : true
120
120
release-count : 0
121
121
pre-changelog-generation : ' .github/config/pre_changelog_hook.js'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
## Enforcement
56
56
57
57
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at devsoumyamahunt @gmail.com . All
58
+ reported by contacting the project team at soumya.mahunt @gmail.com . All
59
59
complaints will be reviewed and investigated and will result in a response that
60
60
is deemed necessary and appropriate to the circumstances. The project team is
61
61
obligated to maintain confidentiality with regard to the reporter of an incident.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
spec . homepage = repo_url
13
13
spec . license = 'MIT'
14
14
spec . authors = [ 'Soumya Ranjan Mahunt' ]
15
- spec . email = [ 'devsoumyamahunt @gmail.com' ]
15
+ spec . email = [ 'soumya.mahunt @gmail.com' ]
16
16
spec . summary = %q{Embed flutter modules in iOS projects.}
17
17
spec . description = <<-EOF
18
18
Straight forward way of declaring flutter modules as dependency for targets,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ packages:
42
42
name: collection
43
43
url: "https://pub.dartlang.org"
44
44
source: hosted
45
- version: "1.15 .0"
45
+ version: "1.16 .0"
46
46
cupertino_icons:
47
47
dependency: "direct main"
48
48
description:
@@ -56,7 +56,7 @@ packages:
56
56
name: fake_async
57
57
url: "https://pub.dartlang.org"
58
58
source: hosted
59
- version: "1.2 .0"
59
+ version: "1.3 .0"
60
60
flutter:
61
61
dependency: "direct main"
62
62
description: flutter
@@ -94,7 +94,7 @@ packages:
94
94
name: material_color_utilities
95
95
url: "https://pub.dartlang.org"
96
96
source: hosted
97
- version: "0.1.3 "
97
+ version: "0.1.4 "
98
98
meta:
99
99
dependency: transitive
100
100
description:
@@ -108,7 +108,7 @@ packages:
108
108
name: path
109
109
url: "https://pub.dartlang.org"
110
110
source: hosted
111
- version: "1.8.0 "
111
+ version: "1.8.1 "
112
112
sky_engine:
113
113
dependency: transitive
114
114
description: flutter
@@ -120,7 +120,7 @@ packages:
120
120
name: source_span
121
121
url: "https://pub.dartlang.org"
122
122
source: hosted
123
- version: "1.8.1 "
123
+ version: "1.8.2 "
124
124
stack_trace:
125
125
dependency: transitive
126
126
description:
@@ -155,20 +155,13 @@ packages:
155
155
name: test_api
156
156
url: "https://pub.dartlang.org"
157
157
source: hosted
158
- version: "0.4.8"
159
- typed_data:
160
- dependency: transitive
161
- description:
162
- name: typed_data
163
- url: "https://pub.dartlang.org"
164
- source: hosted
165
- version: "1.3.0"
158
+ version: "0.4.9"
166
159
vector_math:
167
160
dependency: transitive
168
161
description:
169
162
name: vector_math
170
163
url: "https://pub.dartlang.org"
171
164
source: hosted
172
- version: "2.1.1 "
165
+ version: "2.1.2 "
173
166
sdks:
174
- dart: ">=2.16.1 <3.0.0"
167
+ dart: ">=2.17.0-0 <3.0.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
21
21
SPEC CHECKSUMS:
22
22
Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
23
23
flutter_module: d1e1ff44505640bd9aa37f23f63380c646272be4
24
- FlutterPluginRegistrant: 2afd5ea46d3a949472c9b7da6462d8fbf7d8b16e
24
+ FlutterPluginRegistrant: d3a0fbc12bc47787a12fcc919193f3959aa7d5ad
25
25
26
26
PODFILE CHECKSUM: 63b6421f4bf00554065d89d2308ed2deb78332fc
27
27
You can’t perform that action at this time.
0 commit comments