Skip to content

Commit

Permalink
馃殺 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Sep 7, 2021
1 parent 2337d40 commit 0028e2a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.1

- 馃帀 Add support for Android Plugin API v2 (#67)
- 馃帀 Add support for ephemeral sessions (#64)
- 馃尮 Avoid deprecated RaisedButton in example (#75)
- 馃尮 Cleanup metadata

## 0.3.0

- 馃挜 Add null safety support (#60)
Expand Down
17 changes: 9 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
PODS:
- Flutter (1.0.0)
- flutter_web_auth (0.3.0):
- Flutter (2.0.2)
- flutter_web_auth (0.3.1):
- Flutter

DEPENDENCIES:
- Flutter (from `.symlinks/flutter/ios`)
- flutter_web_auth (from `.symlinks/plugins/flutter_web_auth/ios`)

SPEC REPOS:
trunk:
- Flutter

EXTERNAL SOURCES:
Flutter:
:path: ".symlinks/flutter/ios"
flutter_web_auth:
:path: ".symlinks/plugins/flutter_web_auth/ios"

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
flutter_web_auth: ede89bf8107b021cf16e769756d267d84d24e88b
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
flutter_web_auth: eae2fc62b97d9a44c5c2a1ed0404a6ce396e3d7f

PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f

COCOAPODS: 1.9.3
COCOAPODS: 1.10.1
4 changes: 2 additions & 2 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
"${BUILT_PRODUCTS_DIR}/flutter_web_auth/flutter_web_auth.framework",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flutter/Flutter.framework/Flutter",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_web_auth.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
17 changes: 9 additions & 8 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
PODS:
- flutter_web_auth (0.3.0):
- flutter_web_auth (0.3.1):
- FlutterMacOS
- FlutterMacOS (1.0.0)
- FlutterMacOS (2.0.0)

DEPENDENCIES:
- flutter_web_auth (from `Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos`)
- FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64`)

SPEC REPOS:
trunk:
- FlutterMacOS

EXTERNAL SOURCES:
flutter_web_auth:
:path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos
FlutterMacOS:
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64

SPEC CHECKSUMS:
flutter_web_auth: 9313580ed4eda5bfc281171cab902253aa1712da
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9
flutter_web_auth: 1d40e4d0058da11c04a279ca27632bd448865f57
FlutterMacOS: 2f1b456c4d9436c4d4d13919bd3be8ef03ba6322

PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

COCOAPODS: 1.9.3
COCOAPODS: 1.10.1
4 changes: 2 additions & 2 deletions example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_web_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_web_auth'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion macos/flutter_web_auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_web_auth'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_web_auth
description: Flutter plugin for authenticating a user with a web service.
version: 0.3.0
version: 0.3.1
homepage: https://github.com/LinusU/flutter_web_auth

environment:
Expand Down

0 comments on commit 0028e2a

Please sign in to comment.