Skip to content

Commit d9fe83f

Browse files
committed
🚢 0.5.0
1 parent 316aa6a commit d9fe83f

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.5.0
2+
3+
- 💥 Upgrade to Flutter version 3
4+
5+
Migration guide:
6+
7+
This release drops support for Flutter v2, and adds support for Flutter v3. Make sure to upgrade to Flutter v3 when upgrading to this version.
8+
19
## 0.4.3
210

311
- 🐛 Revert accidental breaking change (#142)

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 (3.0.0)
3-
- flutter_web_auth (0.4.3):
3+
- flutter_web_auth (0.5.0):
44
- Flutter
55

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

1717
SPEC CHECKSUMS:
1818
Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb
19-
flutter_web_auth: 71382897b8dc10ad94a2928cbb09ddf515749808
19+
flutter_web_auth: c25208760459cec375a3c39f6a8759165ca0fa4d
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.4.3):
2+
- flutter_web_auth (0.5.0):
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

1717
SPEC CHECKSUMS:
18-
flutter_web_auth: 544a4ba14cdd7cbe4001e41dffd43e1cdf2831c6
18+
flutter_web_auth: f129850adcc025e7136109a53a00aac93ec62076
1919
FlutterMacOS: 45e508c87e018a84368607c1203b4a59629ac279
2020

2121
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
path: ".."
6767
relative: true
6868
source: path
69-
version: "0.4.3"
69+
version: "0.5.0"
7070
flutter_web_plugins:
7171
dependency: transitive
7272
description: flutter

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

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

66
environment:

0 commit comments

Comments
 (0)