Skip to content

Commit bf04a9f

Browse files
committed
🚢 0.6.0
1 parent d209112 commit bf04a9f

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.6.0
2+
3+
- 💥 Upgrade to Flutter version 3.23
4+
5+
Migration guide:
6+
7+
The source have been updated to work with the latest version of Flutter, including upgrading from Gradle v7 to v8. Make sure that you are on the latest version on Flutter before upgrading to this version.
8+
19
## 0.5.0
210

311
- 💥 Upgrade to Flutter version 3

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 (1.0.0)
3-
- flutter_web_auth (0.5.0):
3+
- flutter_web_auth (0.6.0):
44
- Flutter
55
- integration_test (0.0.1):
66
- Flutter
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
2020

2121
SPEC CHECKSUMS:
2222
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
23-
flutter_web_auth: 181aea9f0e67888f25d670adc5452e3558d9834b
23+
flutter_web_auth: acc15a8fd7bba796a933c724a6dffc3d00f07c27
2424
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
2525

2626
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796

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.5.0):
2+
- flutter_web_auth (0.6.0):
33
- FlutterMacOS
44
- FlutterMacOS (1.0.0)
55

@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
:path: Flutter/ephemeral
1515

1616
SPEC CHECKSUMS:
17-
flutter_web_auth: f129850adcc025e7136109a53a00aac93ec62076
17+
flutter_web_auth: 1966f190ad0051456e12d9f2db506a4df81e7434
1818
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
1919

2020
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "0.5.0"
97+
version: "0.6.0"
9898
flutter_web_plugins:
9999
dependency: transitive
100100
description: flutter

ios/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_web_auth'
7-
s.version = '0.5.0'
7+
s.version = '0.6.0'
88
s.summary = 'A new flutter plugin project.'
99
s.description = <<-DESC
1010
A new flutter plugin project.

macos/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_web_auth'
7-
s.version = '0.5.0'
7+
s.version = '0.6.0'
88
s.summary = 'A new flutter plugin project.'
99
s.description = <<-DESC
1010
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.5.0
3+
version: 0.6.0
44
homepage: https://github.com/LinusU/flutter_web_auth
55

66
environment:

0 commit comments

Comments
 (0)