Skip to content

Commit 0028e2a

Browse files
committed
🚢 0.3.1
1 parent 2337d40 commit 0028e2a

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.1
2+
3+
- 🎉 Add support for Android Plugin API v2 (#67)
4+
- 🎉 Add support for ephemeral sessions (#64)
5+
- 🌹 Avoid deprecated RaisedButton in example (#75)
6+
- 🌹 Cleanup metadata
7+
18
## 0.3.0
29

310
- 💥 Add null safety support (#60)

example/ios/Podfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
PODS:
2-
- Flutter (1.0.0)
3-
- flutter_web_auth (0.3.0):
2+
- Flutter (2.0.2)
3+
- flutter_web_auth (0.3.1):
44
- Flutter
55

66
DEPENDENCIES:
7-
- Flutter (from `.symlinks/flutter/ios`)
87
- flutter_web_auth (from `.symlinks/plugins/flutter_web_auth/ios`)
98

9+
SPEC REPOS:
10+
trunk:
11+
- Flutter
12+
1013
EXTERNAL SOURCES:
11-
Flutter:
12-
:path: ".symlinks/flutter/ios"
1314
flutter_web_auth:
1415
:path: ".symlinks/plugins/flutter_web_auth/ios"
1516

1617
SPEC CHECKSUMS:
17-
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18-
flutter_web_auth: ede89bf8107b021cf16e769756d267d84d24e88b
18+
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
19+
flutter_web_auth: eae2fc62b97d9a44c5c2a1ed0404a6ce396e3d7f
1920

2021
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2122

22-
COCOAPODS: 1.9.3
23+
COCOAPODS: 1.10.1

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@
240240
);
241241
inputPaths = (
242242
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
243-
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
244243
"${BUILT_PRODUCTS_DIR}/flutter_web_auth/flutter_web_auth.framework",
244+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flutter/Flutter.framework/Flutter",
245245
);
246246
name = "[CP] Embed Pods Frameworks";
247247
outputPaths = (
248-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
249248
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_web_auth.framework",
249+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
250250
);
251251
runOnlyForDeploymentPostprocessing = 0;
252252
shellPath = /bin/sh;

example/macos/Podfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
PODS:
2-
- flutter_web_auth (0.3.0):
2+
- flutter_web_auth (0.3.1):
33
- FlutterMacOS
4-
- FlutterMacOS (1.0.0)
4+
- FlutterMacOS (2.0.0)
55

66
DEPENDENCIES:
77
- flutter_web_auth (from `Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos`)
8-
- FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64`)
8+
9+
SPEC REPOS:
10+
trunk:
11+
- FlutterMacOS
912

1013
EXTERNAL SOURCES:
1114
flutter_web_auth:
1215
:path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos
13-
FlutterMacOS:
14-
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64
1516

1617
SPEC CHECKSUMS:
17-
flutter_web_auth: 9313580ed4eda5bfc281171cab902253aa1712da
18-
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9
18+
flutter_web_auth: 1d40e4d0058da11c04a279ca27632bd448865f57
19+
FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322
1920

2021
PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
2122

22-
COCOAPODS: 1.9.3
23+
COCOAPODS: 1.10.1

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@
329329
buildActionMask = 2147483647;
330330
files = (
331331
);
332-
inputFileListPaths = (
332+
inputPaths = (
333333
);
334334
name = "[CP] Embed Pods Frameworks";
335-
outputFileListPaths = (
335+
outputPaths = (
336336
);
337337
runOnlyForDeploymentPostprocessing = 0;
338338
shellPath = /bin/sh;

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "0.3.0"
76+
version: "0.3.1"
7777
matcher:
7878
dependency: transitive
7979
description:

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.0'
6+
s.version = '0.3.1'
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.0'
6+
s.version = '0.3.1'
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.3.0
3+
version: 0.3.1
44
homepage: https://github.com/LinusU/flutter_web_auth
55

66
environment:

0 commit comments

Comments
 (0)