Skip to content

Commit 707b389

Browse files
committed
🚢 0.4.2
1 parent 4f89925 commit 707b389

File tree

10 files changed

+69
-76
lines changed

10 files changed

+69
-76
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.2
2+
3+
- 🎉 Add `preferEphemeral` support on macOS
4+
- 🐛 Remove null aware operators from not null widgets (#132)
5+
- 🐛 Throw a proper error on invalid callback scheme
6+
- 🌹 Add troubleshooting documentation
7+
18
## 0.4.1
29

310
- 🎉 Add support for Flutter "add to app" (#106)

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- Flutter (2.0.2)
3-
- flutter_web_auth (0.4.1):
2+
- Flutter (3.0.0)
3+
- flutter_web_auth (0.4.2):
44
- Flutter
55

66
DEPENDENCIES:
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: ".symlinks/plugins/flutter_web_auth/ios"
1616

1717
SPEC CHECKSUMS:
18-
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
19-
flutter_web_auth: 09a0abd245f1a07a3ff4dcf1247a048d89ee12a9
18+
Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb
19+
flutter_web_auth: efb49f029fc0ccc6a9d693235b44b7cac8a41e8d
2020

2121
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222

23-
COCOAPODS: 1.10.1
23+
COCOAPODS: 1.11.3

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
97C146EC1CF9000F007C117D /* Resources */,
160160
9705A1C41CF9048500538489 /* Embed Frameworks */,
161161
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
162-
4104B0A7B57AD235F933B342 /* [CP] Embed Pods Frameworks */,
162+
4E74E02405D36D3189F9914D /* [CP] Embed Pods Frameworks */,
163163
);
164164
buildRules = (
165165
);
@@ -233,7 +233,7 @@
233233
shellPath = /bin/sh;
234234
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
235235
};
236-
4104B0A7B57AD235F933B342 /* [CP] Embed Pods Frameworks */ = {
236+
4E74E02405D36D3189F9914D /* [CP] Embed Pods Frameworks */ = {
237237
isa = PBXShellScriptBuildPhase;
238238
buildActionMask = 2147483647;
239239
files = (

example/macos/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- flutter_web_auth (0.4.0):
2+
- flutter_web_auth (0.4.2):
33
- FlutterMacOS
4-
- FlutterMacOS (2.0.0)
4+
- FlutterMacOS (3.0.0)
55

66
DEPENDENCIES:
77
- flutter_web_auth (from `Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos`)
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos
1616

1717
SPEC CHECKSUMS:
18-
flutter_web_auth: 0432fb32dd550d65cc874aa596d952b2add0ad9d
19-
FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322
18+
flutter_web_auth: 9f5a8310472792cef77f8f2227f39064be5d71ab
19+
FlutterMacOS: 45e508c87e018a84368607c1203b4a59629ac279
2020

2121
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
2222

23-
COCOAPODS: 1.10.1
23+
COCOAPODS: 1.11.3

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
33CC10EB2044A3C60003C045 /* Resources */,
196196
33CC110E2044A8840003C045 /* Bundle Framework */,
197197
3399D490228B24CF009A79C7 /* ShellScript */,
198-
E28E59D45F4CECFD32065236 /* [CP] Embed Pods Frameworks */,
198+
BE5B00560C8F70687635729D /* [CP] Embed Pods Frameworks */,
199199
);
200200
buildRules = (
201201
);
@@ -324,7 +324,7 @@
324324
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
325325
showEnvVarsInLog = 0;
326326
};
327-
E28E59D45F4CECFD32065236 /* [CP] Embed Pods Frameworks */ = {
327+
BE5B00560C8F70687635729D /* [CP] Embed Pods Frameworks */ = {
328328
isa = PBXShellScriptBuildPhase;
329329
buildActionMask = 2147483647;
330330
files = (

example/pubspec.lock

Lines changed: 23 additions & 30 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,28 +21,21 @@ 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:
4235
name: collection
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.15.0"
38+
version: "1.16.0"
4639
cupertino_icons:
4740
dependency: "direct main"
4841
description:
@@ -56,7 +49,7 @@ packages:
5649
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "1.2.0"
52+
version: "1.3.1"
6053
flutter:
6154
dependency: "direct main"
6255
description: flutter
@@ -73,7 +66,7 @@ packages:
7366
path: ".."
7467
relative: true
7568
source: path
76-
version: "0.4.1"
69+
version: "0.4.2"
7770
flutter_web_plugins:
7871
dependency: transitive
7972
description: flutter
@@ -85,28 +78,35 @@ packages:
8578
name: js
8679
url: "https://pub.dartlang.org"
8780
source: hosted
88-
version: "0.6.3"
81+
version: "0.6.4"
8982
matcher:
9083
dependency: transitive
9184
description:
9285
name: matcher
9386
url: "https://pub.dartlang.org"
9487
source: hosted
95-
version: "0.12.11"
88+
version: "0.12.12"
89+
material_color_utilities:
90+
dependency: transitive
91+
description:
92+
name: material_color_utilities
93+
url: "https://pub.dartlang.org"
94+
source: hosted
95+
version: "0.1.5"
9696
meta:
9797
dependency: transitive
9898
description:
9999
name: meta
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.7.0"
102+
version: "1.8.0"
103103
path:
104104
dependency: transitive
105105
description:
106106
name: path
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.8.0"
109+
version: "1.8.2"
110110
sky_engine:
111111
dependency: transitive
112112
description: flutter
@@ -118,7 +118,7 @@ packages:
118118
name: source_span
119119
url: "https://pub.dartlang.org"
120120
source: hosted
121-
version: "1.8.1"
121+
version: "1.9.0"
122122
stack_trace:
123123
dependency: transitive
124124
description:
@@ -139,35 +139,28 @@ packages:
139139
name: string_scanner
140140
url: "https://pub.dartlang.org"
141141
source: hosted
142-
version: "1.1.0"
142+
version: "1.1.1"
143143
term_glyph:
144144
dependency: transitive
145145
description:
146146
name: term_glyph
147147
url: "https://pub.dartlang.org"
148148
source: hosted
149-
version: "1.2.0"
149+
version: "1.2.1"
150150
test_api:
151151
dependency: transitive
152152
description:
153153
name: test_api
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "0.4.3"
157-
typed_data:
158-
dependency: transitive
159-
description:
160-
name: typed_data
161-
url: "https://pub.dartlang.org"
162-
source: hosted
163-
version: "1.3.0"
156+
version: "0.4.12"
164157
vector_math:
165158
dependency: transitive
166159
description:
167160
name: vector_math
168161
url: "https://pub.dartlang.org"
169162
source: hosted
170-
version: "2.1.1"
163+
version: "2.1.2"
171164
sdks:
172-
dart: ">=2.14.0 <3.0.0"
165+
dart: ">=2.17.0-0 <3.0.0"
173166
flutter: ">=2.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.4.1'
6+
s.version = '0.4.2'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/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.4.1'
6+
s.version = '0.4.2'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.lock

Lines changed: 22 additions & 29 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,35 +21,28 @@ 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:
4235
name: collection
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.15.0"
38+
version: "1.16.0"
4639
fake_async:
4740
dependency: transitive
4841
description:
4942
name: fake_async
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.2.0"
45+
version: "1.3.1"
5346
flutter:
5447
dependency: "direct main"
5548
description: flutter
@@ -71,28 +64,35 @@ packages:
7164
name: js
7265
url: "https://pub.dartlang.org"
7366
source: hosted
74-
version: "0.6.3"
67+
version: "0.6.4"
7568
matcher:
7669
dependency: transitive
7770
description:
7871
name: matcher
7972
url: "https://pub.dartlang.org"
8073
source: hosted
81-
version: "0.12.11"
74+
version: "0.12.12"
75+
material_color_utilities:
76+
dependency: transitive
77+
description:
78+
name: material_color_utilities
79+
url: "https://pub.dartlang.org"
80+
source: hosted
81+
version: "0.1.5"
8282
meta:
8383
dependency: transitive
8484
description:
8585
name: meta
8686
url: "https://pub.dartlang.org"
8787
source: hosted
88-
version: "1.7.0"
88+
version: "1.8.0"
8989
path:
9090
dependency: transitive
9191
description:
9292
name: path
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "1.8.0"
95+
version: "1.8.2"
9696
sky_engine:
9797
dependency: transitive
9898
description: flutter
@@ -104,7 +104,7 @@ packages:
104104
name: source_span
105105
url: "https://pub.dartlang.org"
106106
source: hosted
107-
version: "1.8.1"
107+
version: "1.9.0"
108108
stack_trace:
109109
dependency: transitive
110110
description:
@@ -125,35 +125,28 @@ packages:
125125
name: string_scanner
126126
url: "https://pub.dartlang.org"
127127
source: hosted
128-
version: "1.1.0"
128+
version: "1.1.1"
129129
term_glyph:
130130
dependency: transitive
131131
description:
132132
name: term_glyph
133133
url: "https://pub.dartlang.org"
134134
source: hosted
135-
version: "1.2.0"
135+
version: "1.2.1"
136136
test_api:
137137
dependency: transitive
138138
description:
139139
name: test_api
140140
url: "https://pub.dartlang.org"
141141
source: hosted
142-
version: "0.4.3"
143-
typed_data:
144-
dependency: transitive
145-
description:
146-
name: typed_data
147-
url: "https://pub.dartlang.org"
148-
source: hosted
149-
version: "1.3.0"
142+
version: "0.4.12"
150143
vector_math:
151144
dependency: transitive
152145
description:
153146
name: vector_math
154147
url: "https://pub.dartlang.org"
155148
source: hosted
156-
version: "2.1.1"
149+
version: "2.1.2"
157150
sdks:
158-
dart: ">=2.14.0 <3.0.0"
151+
dart: ">=2.17.0-0 <3.0.0"
159152
flutter: ">=2.0.0"

0 commit comments

Comments
 (0)