File tree Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0
2
+
3
+ - 💥 Add null safety support (#60 )
4
+
5
+ Migration guide:
6
+
7
+ This version drops support for Flutter 1.x, please upgrade to Flutter 2 for continued support.
8
+
1
9
## 0.2.4
2
10
3
11
- 🐛 Fix building on iOS ([ #36 ] ( https://github.com/LinusU/flutter_web_auth/pull/36 ) )
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - flutter_web_auth (0.2.4 ):
3
+ - flutter_web_auth (0.3.0 ):
4
4
- Flutter
5
5
6
6
DEPENDENCIES:
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
15
15
16
16
SPEC CHECKSUMS:
17
17
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18
- flutter_web_auth: b7465086188ce4413d7e8b23622583784b9007a7
18
+ flutter_web_auth: ede89bf8107b021cf16e769756d267d84d24e88b
19
19
20
20
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
21
21
22
- COCOAPODS: 1.9.1
22
+ COCOAPODS: 1.9.3
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - flutter_web_auth (0.2.4 ):
2
+ - flutter_web_auth (0.3.0 ):
3
3
- FlutterMacOS
4
4
- FlutterMacOS (1.0.0)
5
5
@@ -14,9 +14,9 @@ EXTERNAL SOURCES:
14
14
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64
15
15
16
16
SPEC CHECKSUMS:
17
- flutter_web_auth: 2c46f02fe2fde0a2d852c9fe090fe499fcf91a58
17
+ flutter_web_auth: 9313580ed4eda5bfc281171cab902253aa1712da
18
18
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9
19
19
20
20
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
21
21
22
- COCOAPODS: 1.9.1
22
+ COCOAPODS: 1.9.3
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ packages:
73
73
path: ".."
74
74
relative: true
75
75
source: path
76
- version: "0.2.4 "
76
+ version: "0.3.0 "
77
77
matcher:
78
78
dependency: transitive
79
79
description:
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_web_auth'
6
- s . version = '0.2.4 '
6
+ s . version = '0.3.0 '
7
7
s . summary = 'A new flutter plugin project.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_web_auth'
6
- s . version = '0.2.4 '
6
+ s . version = '0.3.0 '
7
7
s . summary = 'A new flutter plugin project.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 1
1
name : flutter_web_auth
2
2
description : Flutter plugin for authenticating a user with a web service.
3
- version : 0.2.4
3
+ version : 0.3.0
4
4
author : Linus Unnebäck <linus@folkdatorn.se>
5
5
homepage : https://github.com/LinusU/flutter_web_auth
6
6
You can’t perform that action at this time.
0 commit comments