Skip to content

Commit a919cb8

Browse files
committed
🚢 0.4.0
1 parent aa4ebfa commit a919cb8

File tree

9 files changed

+30
-20
lines changed

9 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.0
2+
3+
- 💥 Upgrade to Android V2 embedding (#87)
4+
5+
Migration guide:
6+
7+
Make sure that you are running a recent version of Flutter before upgrading.
8+
9+
110
## 0.3.2
211

312
- 🎉 Add Web support (#77)

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.2):
3+
- flutter_web_auth (0.4.0):
44
- Flutter
55

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

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

2121
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222

example/lib/generated_plugin_registrant.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Generated file. Do not edit.
33
//
44

5+
// ignore_for_file: directives_ordering
56
// ignore_for_file: lines_longer_than_80_chars
67

78
import 'package:flutter_web_auth/src/flutter_web_auth_web.dart';

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.2):
2+
- flutter_web_auth (0.4.0):
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: 3373edbc799f621fda6c14510d4b5a829453c8ae
18+
flutter_web_auth: 0432fb32dd550d65cc874aa596d952b2add0ad9d
1919
FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322
2020

2121
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

example/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "0.3.2"
76+
version: "0.4.0"
7777
flutter_web_plugins:
7878
dependency: transitive
7979
description: flutter
@@ -92,7 +92,7 @@ packages:
9292
name: matcher
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "0.12.10"
95+
version: "0.12.11"
9696
meta:
9797
dependency: transitive
9898
description:
@@ -153,7 +153,7 @@ packages:
153153
name: test_api
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "0.4.2"
156+
version: "0.4.3"
157157
typed_data:
158158
dependency: transitive
159159
description:
@@ -167,7 +167,7 @@ packages:
167167
name: vector_math
168168
url: "https://pub.dartlang.org"
169169
source: hosted
170-
version: "2.1.0"
170+
version: "2.1.1"
171171
sdks:
172-
dart: ">=2.12.0 <3.0.0"
172+
dart: ">=2.14.0 <3.0.0"
173173
flutter: ">=2.0.0"

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

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -78,7 +78,7 @@ packages:
7878
name: matcher
7979
url: "https://pub.dartlang.org"
8080
source: hosted
81-
version: "0.12.10"
81+
version: "0.12.11"
8282
meta:
8383
dependency: transitive
8484
description:
@@ -139,7 +139,7 @@ packages:
139139
name: test_api
140140
url: "https://pub.dartlang.org"
141141
source: hosted
142-
version: "0.4.2"
142+
version: "0.4.3"
143143
typed_data:
144144
dependency: transitive
145145
description:
@@ -153,7 +153,7 @@ packages:
153153
name: vector_math
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "2.1.0"
156+
version: "2.1.1"
157157
sdks:
158-
dart: ">=2.12.0 <3.0.0"
158+
dart: ">=2.14.0 <3.0.0"
159159
flutter: ">=2.0.0"

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

66
environment:

0 commit comments

Comments
 (0)