File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ - 🐛 Fix AndroidX build issues ([ #27 ] ( https://github.com/LinusU/flutter_web_auth/pull/27 ) )
4
+
1
5
## 0.2.0
2
6
3
7
- 💥 Add macOS support ([ #20 ] ( https://github.com/LinusU/flutter_web_auth/pull/20 ) )
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.0 ):
3
+ - flutter_web_auth (0.2.1 ):
4
4
- Flutter
5
5
6
6
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
15
16
16
SPEC CHECKSUMS:
17
17
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18
- flutter_web_auth: 9368a93abb2c5ff838c7b62a92ef6b1c0631158e
18
+ flutter_web_auth: 2d804bf81636c079a3fe9da54d5012fbbb1c195b
19
19
20
20
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
21
21
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - flutter_web_auth (0.2.0 ):
2
+ - flutter_web_auth (0.2.1 ):
3
3
- FlutterMacOS
4
4
- FlutterMacOS (1.0.0)
5
5
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
14
14
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64
15
15
16
16
SPEC CHECKSUMS:
17
- flutter_web_auth: d46b0f1c42a01ad633e4e9987492dc66b69d037e
17
+ flutter_web_auth: 444a31a10c18918b39f6f30545c7524a73869664
18
18
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9
19
19
20
20
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ packages:
80
80
path: ".."
81
81
relative: true
82
82
source: path
83
- version: "0.2.0 "
83
+ version: "0.2.1 "
84
84
image:
85
85
dependency: transitive
86
86
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.0 '
6
+ s . version = '0.2.1 '
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.0 '
6
+ s . version = '0.2.1 '
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.0
3
+ version : 0.2.1
4
4
author :
Linus Unnebäck <[email protected] >
5
5
homepage : https://github.com/LinusU/flutter_web_auth
6
6
You can’t perform that action at this time.
0 commit comments