Skip to content

Commit

Permalink
馃殺 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Dec 11, 2021
1 parent 1de8864 commit 7bc0cbc
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2

- 馃帀 Add Web support (#77)

## 0.3.1

- 馃帀 Add support for Android Plugin API v2 (#67)
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (2.0.2)
- flutter_web_auth (0.3.1):
- flutter_web_auth (0.3.2):
- Flutter

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
flutter_web_auth: eae2fc62b97d9a44c5c2a1ed0404a6ce396e3d7f
flutter_web_auth: 16bc97b544d14c399d4db60bfc3a85320d200cb3

PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f

Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- flutter_web_auth (0.3.1):
- flutter_web_auth (0.3.2):
- FlutterMacOS
- FlutterMacOS (2.0.0)

Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos

SPEC CHECKSUMS:
flutter_web_auth: 1d40e4d0058da11c04a279ca27632bd448865f57
flutter_web_auth: 3373edbc799f621fda6c14510d4b5a829453c8ae
FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322

PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Expand Down
14 changes: 13 additions & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,19 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_web_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_web_auth'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion macos/flutter_web_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_web_auth'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
12 changes: 12 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_web_auth
description: Flutter plugin for authenticating a user with a web service.
version: 0.3.1
version: 0.3.2
homepage: https://github.com/LinusU/flutter_web_auth

environment:
Expand Down

0 comments on commit 7bc0cbc

Please sign in to comment.