Skip to content

Commit 7bc0cbc

Browse files
committed
🚢 0.3.2
1 parent 1de8864 commit 7bc0cbc

File tree

8 files changed

+36
-8
lines changed

8 files changed

+36
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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)

example/ios/Podfile.lock

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

66
DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
19-
flutter_web_auth: eae2fc62b97d9a44c5c2a1ed0404a6ce396e3d7f
19+
flutter_web_auth: 16bc97b544d14c399d4db60bfc3a85320d200cb3
2020

2121
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
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

1717
SPEC CHECKSUMS:
18-
flutter_web_auth: 1d40e4d0058da11c04a279ca27632bd448865f57
18+
flutter_web_auth: 3373edbc799f621fda6c14510d4b5a829453c8ae
1919
FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322
2020

2121
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

example/pubspec.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

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.3.1'
6+
s.version = '0.3.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.3.1'
6+
s.version = '0.3.2'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

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.3.1
3+
version: 0.3.2
44
homepage: https://github.com/LinusU/flutter_web_auth
55

66
environment:

0 commit comments

Comments
 (0)