File tree Expand file tree Collapse file tree 8 files changed +36
-8
lines changed
Expand file tree Collapse file tree 8 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.2
2+
3+ - 🎉 Add Web support (#77 )
4+
15## 0.3.1
26
37- 🎉 Add support for Android Plugin API v2 (#67 )
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (2.0.2)
3- - flutter_web_auth (0.3.1 ):
3+ - flutter_web_auth (0.3.2 ):
44 - Flutter
55
66DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616
1717SPEC CHECKSUMS:
1818 Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
19- flutter_web_auth: eae2fc62b97d9a44c5c2a1ed0404a6ce396e3d7f
19+ flutter_web_auth: 16bc97b544d14c399d4db60bfc3a85320d200cb3
2020
2121PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222
Original file line number Diff line number Diff line change 11PODS:
2- - flutter_web_auth (0.3.1 ):
2+ - flutter_web_auth (0.3.2 ):
33 - FlutterMacOS
44 - FlutterMacOS (2.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: 1d40e4d0058da11c04a279ca27632bd448865f57
18+ flutter_web_auth: 3373edbc799f621fda6c14510d4b5a829453c8ae
1919 FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322
2020
2121PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Original file line number Diff line number Diff line change @@ -73,7 +73,19 @@ packages:
7373 path: ".."
7474 relative: true
7575 source: path
76- version: "0.3.1"
76+ version: "0.3.2"
77+ flutter_web_plugins:
78+ dependency: transitive
79+ description: flutter
80+ source: sdk
81+ version: "0.0.0"
82+ js:
83+ dependency: transitive
84+ description:
85+ name: js
86+ url: "https://pub.dartlang.org"
87+ source: hosted
88+ version: "0.6.3"
7789 matcher:
7890 dependency: transitive
7991 description:
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.3.1 '
6+ s . version = '0.3.2 '
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.3.1 '
6+ s . version = '0.3.2 '
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 @@ -60,6 +60,18 @@ packages:
6060 description: flutter
6161 source: sdk
6262 version: "0.0.0"
63+ flutter_web_plugins:
64+ dependency: "direct main"
65+ description: flutter
66+ source: sdk
67+ version: "0.0.0"
68+ js:
69+ dependency: transitive
70+ description:
71+ name: js
72+ url: "https://pub.dartlang.org"
73+ source: hosted
74+ version: "0.6.3"
6375 matcher:
6476 dependency: transitive
6577 description:
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.3.1
3+ version : 0.3.2
44homepage : https://github.com/LinusU/flutter_web_auth
55
66environment :
You can’t perform that action at this time.
0 commit comments