File tree Expand file tree Collapse file tree 5 files changed +115
-13
lines changed Expand file tree Collapse file tree 5 files changed +115
-13
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+
3
+ - 🎉 Update the kotlin plugin version to 1.3.61
4
+
1
5
## 0.1.2
2
6
3
7
- 🎉 Add support for iOS 13
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://dart.dev/tools/pub/glossary#lockfile
3
3
packages:
4
+ archive:
5
+ dependency: transitive
6
+ description:
7
+ name: archive
8
+ url: "https://pub.dartlang.org"
9
+ source: hosted
10
+ version: "2.0.11"
11
+ args:
12
+ dependency: transitive
13
+ description:
14
+ name: args
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.5.2"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.3 .0"
24
+ version: "2.4 .0"
11
25
boolean_selector:
12
26
dependency: transitive
13
27
description:
@@ -29,6 +43,20 @@ packages:
29
43
url: "https://pub.dartlang.org"
30
44
source: hosted
31
45
version: "1.14.11"
46
+ convert:
47
+ dependency: transitive
48
+ description:
49
+ name: convert
50
+ url: "https://pub.dartlang.org"
51
+ source: hosted
52
+ version: "2.1.1"
53
+ crypto:
54
+ dependency: transitive
55
+ description:
56
+ name: crypto
57
+ url: "https://pub.dartlang.org"
58
+ source: hosted
59
+ version: "2.1.3"
32
60
cupertino_icons:
33
61
dependency: "direct main"
34
62
description:
@@ -52,21 +80,28 @@ packages:
52
80
path: ".."
53
81
relative: true
54
82
source: path
55
- version: "0.1.2"
83
+ version: "0.1.3"
84
+ image:
85
+ dependency: transitive
86
+ description:
87
+ name: image
88
+ url: "https://pub.dartlang.org"
89
+ source: hosted
90
+ version: "2.1.4"
56
91
matcher:
57
92
dependency: transitive
58
93
description:
59
94
name: matcher
60
95
url: "https://pub.dartlang.org"
61
96
source: hosted
62
- version: "0.12.5 "
97
+ version: "0.12.6 "
63
98
meta:
64
99
dependency: transitive
65
100
description:
66
101
name: meta
67
102
url: "https://pub.dartlang.org"
68
103
source: hosted
69
- version: "1.1.7 "
104
+ version: "1.1.8 "
70
105
path:
71
106
dependency: transitive
72
107
description:
@@ -81,6 +116,13 @@ packages:
81
116
url: "https://pub.dartlang.org"
82
117
source: hosted
83
118
version: "1.8.0+1"
119
+ petitparser:
120
+ dependency: transitive
121
+ description:
122
+ name: petitparser
123
+ url: "https://pub.dartlang.org"
124
+ source: hosted
125
+ version: "2.4.0"
84
126
quiver:
85
127
dependency: transitive
86
128
description:
@@ -134,7 +176,7 @@ packages:
134
176
name: test_api
135
177
url: "https://pub.dartlang.org"
136
178
source: hosted
137
- version: "0.2.5 "
179
+ version: "0.2.11 "
138
180
typed_data:
139
181
dependency: transitive
140
182
description:
@@ -149,5 +191,12 @@ packages:
149
191
url: "https://pub.dartlang.org"
150
192
source: hosted
151
193
version: "2.0.8"
194
+ xml:
195
+ dependency: transitive
196
+ description:
197
+ name: xml
198
+ url: "https://pub.dartlang.org"
199
+ source: hosted
200
+ version: "3.5.0"
152
201
sdks:
153
- dart: ">=2.2.2 <3.0.0"
202
+ dart: ">=2.4.0 <3.0.0"
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_web_auth'
6
- s . version = '0.1.2 '
6
+ s . version = '0.1.3 '
7
7
s . summary = 'A new flutter plugin project.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://dart.dev/tools/pub/glossary#lockfile
3
3
packages:
4
+ archive:
5
+ dependency: transitive
6
+ description:
7
+ name: archive
8
+ url: "https://pub.dartlang.org"
9
+ source: hosted
10
+ version: "2.0.11"
11
+ args:
12
+ dependency: transitive
13
+ description:
14
+ name: args
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.5.2"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.3 .0"
24
+ version: "2.4 .0"
11
25
boolean_selector:
12
26
dependency: transitive
13
27
description:
@@ -29,6 +43,20 @@ packages:
29
43
url: "https://pub.dartlang.org"
30
44
source: hosted
31
45
version: "1.14.11"
46
+ convert:
47
+ dependency: transitive
48
+ description:
49
+ name: convert
50
+ url: "https://pub.dartlang.org"
51
+ source: hosted
52
+ version: "2.1.1"
53
+ crypto:
54
+ dependency: transitive
55
+ description:
56
+ name: crypto
57
+ url: "https://pub.dartlang.org"
58
+ source: hosted
59
+ version: "2.1.3"
32
60
flutter:
33
61
dependency: "direct main"
34
62
description: flutter
@@ -39,20 +67,27 @@ packages:
39
67
description: flutter
40
68
source: sdk
41
69
version: "0.0.0"
70
+ image:
71
+ dependency: transitive
72
+ description:
73
+ name: image
74
+ url: "https://pub.dartlang.org"
75
+ source: hosted
76
+ version: "2.1.4"
42
77
matcher:
43
78
dependency: transitive
44
79
description:
45
80
name: matcher
46
81
url: "https://pub.dartlang.org"
47
82
source: hosted
48
- version: "0.12.5 "
83
+ version: "0.12.6 "
49
84
meta:
50
85
dependency: transitive
51
86
description:
52
87
name: meta
53
88
url: "https://pub.dartlang.org"
54
89
source: hosted
55
- version: "1.1.7 "
90
+ version: "1.1.8 "
56
91
path:
57
92
dependency: transitive
58
93
description:
@@ -67,6 +102,13 @@ packages:
67
102
url: "https://pub.dartlang.org"
68
103
source: hosted
69
104
version: "1.8.0+1"
105
+ petitparser:
106
+ dependency: transitive
107
+ description:
108
+ name: petitparser
109
+ url: "https://pub.dartlang.org"
110
+ source: hosted
111
+ version: "2.4.0"
70
112
quiver:
71
113
dependency: transitive
72
114
description:
@@ -120,7 +162,7 @@ packages:
120
162
name: test_api
121
163
url: "https://pub.dartlang.org"
122
164
source: hosted
123
- version: "0.2.5 "
165
+ version: "0.2.11 "
124
166
typed_data:
125
167
dependency: transitive
126
168
description:
@@ -135,5 +177,12 @@ packages:
135
177
url: "https://pub.dartlang.org"
136
178
source: hosted
137
179
version: "2.0.8"
180
+ xml:
181
+ dependency: transitive
182
+ description:
183
+ name: xml
184
+ url: "https://pub.dartlang.org"
185
+ source: hosted
186
+ version: "3.5.0"
138
187
sdks:
139
- dart: ">=2.2.2 <3.0.0"
188
+ dart: ">=2.4.0 <3.0.0"
Original file line number Diff line number Diff line change 1
1
name : flutter_web_auth
2
2
description : Flutter plugin for authenticating a user with a web service.
3
- version : 0.1.2
3
+ version : 0.1.3
4
4
author :
Linus Unnebäck <[email protected] >
5
5
homepage : https://github.com/LinusU/flutter_web_auth
6
6
You can’t perform that action at this time.
0 commit comments