Skip to content

Commit fb84352

Browse files
committed
🚢 0.1.3
1 parent 09ea139 commit fb84352

File tree

5 files changed

+115
-13
lines changed

5 files changed

+115
-13
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
- 🎉 Update the kotlin plugin version to 1.3.61
4+
15
## 0.1.2
26

37
- 🎉 Add support for iOS 13

example/pubspec.lock

Lines changed: 55 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
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"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.3.0"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
@@ -29,6 +43,20 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
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"
3260
cupertino_icons:
3361
dependency: "direct main"
3462
description:
@@ -52,21 +80,28 @@ packages:
5280
path: ".."
5381
relative: true
5482
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"
5691
matcher:
5792
dependency: transitive
5893
description:
5994
name: matcher
6095
url: "https://pub.dartlang.org"
6196
source: hosted
62-
version: "0.12.5"
97+
version: "0.12.6"
6398
meta:
6499
dependency: transitive
65100
description:
66101
name: meta
67102
url: "https://pub.dartlang.org"
68103
source: hosted
69-
version: "1.1.7"
104+
version: "1.1.8"
70105
path:
71106
dependency: transitive
72107
description:
@@ -81,6 +116,13 @@ packages:
81116
url: "https://pub.dartlang.org"
82117
source: hosted
83118
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"
84126
quiver:
85127
dependency: transitive
86128
description:
@@ -134,7 +176,7 @@ packages:
134176
name: test_api
135177
url: "https://pub.dartlang.org"
136178
source: hosted
137-
version: "0.2.5"
179+
version: "0.2.11"
138180
typed_data:
139181
dependency: transitive
140182
description:
@@ -149,5 +191,12 @@ packages:
149191
url: "https://pub.dartlang.org"
150192
source: hosted
151193
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"
152201
sdks:
153-
dart: ">=2.2.2 <3.0.0"
202+
dart: ">=2.4.0 <3.0.0"

ios/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_web_auth'
6-
s.version = '0.1.2'
6+
s.version = '0.1.3'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.lock

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
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"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.3.0"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
@@ -29,6 +43,20 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
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"
3260
flutter:
3361
dependency: "direct main"
3462
description: flutter
@@ -39,20 +67,27 @@ packages:
3967
description: flutter
4068
source: sdk
4169
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"
4277
matcher:
4378
dependency: transitive
4479
description:
4580
name: matcher
4681
url: "https://pub.dartlang.org"
4782
source: hosted
48-
version: "0.12.5"
83+
version: "0.12.6"
4984
meta:
5085
dependency: transitive
5186
description:
5287
name: meta
5388
url: "https://pub.dartlang.org"
5489
source: hosted
55-
version: "1.1.7"
90+
version: "1.1.8"
5691
path:
5792
dependency: transitive
5893
description:
@@ -67,6 +102,13 @@ packages:
67102
url: "https://pub.dartlang.org"
68103
source: hosted
69104
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"
70112
quiver:
71113
dependency: transitive
72114
description:
@@ -120,7 +162,7 @@ packages:
120162
name: test_api
121163
url: "https://pub.dartlang.org"
122164
source: hosted
123-
version: "0.2.5"
165+
version: "0.2.11"
124166
typed_data:
125167
dependency: transitive
126168
description:
@@ -135,5 +177,12 @@ packages:
135177
url: "https://pub.dartlang.org"
136178
source: hosted
137179
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"
138187
sdks:
139-
dart: ">=2.2.2 <3.0.0"
188+
dart: ">=2.4.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 0.1.2
3+
version: 0.1.3
44
author: Linus Unnebäck <[email protected]>
55
homepage: https://github.com/LinusU/flutter_web_auth
66

0 commit comments

Comments
 (0)