File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.3
2+
3+ - 🐛 Revert accidental breaking change (#142 )
4+
15## 0.4.2
26
37- 🎉 Add ` preferEphemeral ` support on macOS
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (3.0.0)
3- - flutter_web_auth (0.4.2 ):
3+ - flutter_web_auth (0.4.3 ):
44 - Flutter
55
66DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616
1717SPEC CHECKSUMS:
1818 Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb
19- flutter_web_auth: efb49f029fc0ccc6a9d693235b44b7cac8a41e8d
19+ flutter_web_auth: 71382897b8dc10ad94a2928cbb09ddf515749808
2020
2121PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222
Original file line number Diff line number Diff line change 11PODS:
2- - flutter_web_auth (0.4.2 ):
2+ - flutter_web_auth (0.4.3 ):
33 - FlutterMacOS
44 - FlutterMacOS (3.0.0)
55
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515 :path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos
1616
1717SPEC CHECKSUMS:
18- flutter_web_auth: 9f5a8310472792cef77f8f2227f39064be5d71ab
18+ flutter_web_auth: 544a4ba14cdd7cbe4001e41dffd43e1cdf2831c6
1919 FlutterMacOS: 45e508c87e018a84368607c1203b4a59629ac279
2020
2121PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'flutter_web_auth'
6- s . version = '0.4.2 '
6+ s . version = '0.4.3 '
77 s . summary = 'A new flutter plugin project.'
88 s . description = <<-DESC
99A new flutter plugin project.
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'flutter_web_auth'
6- s . version = '0.4.2 '
6+ s . version = '0.4.3 '
77 s . summary = 'A new flutter plugin project.'
88 s . description = <<-DESC
99A new flutter plugin project.
Original file line number Diff line number Diff line change 11name : flutter_web_auth
22description : Flutter plugin for authenticating a user with a web service.
3- version : 0.4.2
3+ version : 0.4.3
44homepage : https://github.com/LinusU/flutter_web_auth
55
66environment :
You can’t perform that action at this time.
0 commit comments