Skip to content

Commit 26e2de2

Browse files
add id_token
1 parent 339aeaf commit 26e2de2

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

example/pubspec.lock

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,21 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: transitive
4134
description:
@@ -56,7 +49,7 @@ packages:
5649
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "1.3.0"
52+
version: "1.3.1"
6053
flutter:
6154
dependency: "direct main"
6255
description: flutter
@@ -87,28 +80,28 @@ packages:
8780
name: matcher
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "0.12.11"
83+
version: "0.12.12"
9184
material_color_utilities:
9285
dependency: transitive
9386
description:
9487
name: material_color_utilities
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "0.1.4"
90+
version: "0.1.5"
9891
meta:
9992
dependency: transitive
10093
description:
10194
name: meta
10295
url: "https://pub.dartlang.org"
10396
source: hosted
104-
version: "1.7.0"
97+
version: "1.8.0"
10598
path:
10699
dependency: transitive
107100
description:
108101
name: path
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "1.8.1"
104+
version: "1.8.2"
112105
sky_engine:
113106
dependency: transitive
114107
description: flutter
@@ -120,7 +113,7 @@ packages:
120113
name: source_span
121114
url: "https://pub.dartlang.org"
122115
source: hosted
123-
version: "1.8.2"
116+
version: "1.9.0"
124117
stack_trace:
125118
dependency: transitive
126119
description:
@@ -141,21 +134,21 @@ packages:
141134
name: string_scanner
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "1.1.0"
137+
version: "1.1.1"
145138
term_glyph:
146139
dependency: transitive
147140
description:
148141
name: term_glyph
149142
url: "https://pub.dartlang.org"
150143
source: hosted
151-
version: "1.2.0"
144+
version: "1.2.1"
152145
test_api:
153146
dependency: transitive
154147
description:
155148
name: test_api
156149
url: "https://pub.dartlang.org"
157150
source: hosted
158-
version: "0.4.9"
151+
version: "0.4.12"
159152
vector_math:
160153
dependency: transitive
161154
description:
@@ -169,7 +162,7 @@ packages:
169162
path: ".."
170163
relative: true
171164
source: path
172-
version: "1.0.1"
165+
version: "1.0.2"
173166
sdks:
174167
dart: ">=2.17.0-0 <3.0.0"
175168
flutter: ">=2.5.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: web3auth_flutter
22
description: Flutter SDK for Torus Web3Auth (Web3Auth)
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://web3auth.io
55
repository: https://github.com/Web3Auth/web3auth-flutter-sdk.git
66

0 commit comments

Comments
 (0)