Skip to content

Commit

Permalink
馃殺 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Apr 6, 2021
1 parent b0aa45d commit c46e780
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.0

- 馃挜 Add null safety support (#60)

Migration guide:

This version drops support for Flutter 1.x, please upgrade to Flutter 2 for continued support.

## 0.2.4

- 馃悰 Fix building on iOS ([#36](https://github.com/LinusU/flutter_web_auth/pull/36))
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- flutter_web_auth (0.2.4):
- flutter_web_auth (0.3.0):
- Flutter

DEPENDENCIES:
Expand All @@ -15,8 +15,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
flutter_web_auth: b7465086188ce4413d7e8b23622583784b9007a7
flutter_web_auth: ede89bf8107b021cf16e769756d267d84d24e88b

PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f

COCOAPODS: 1.9.1
COCOAPODS: 1.9.3
6 changes: 3 additions & 3 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- flutter_web_auth (0.2.4):
- flutter_web_auth (0.3.0):
- FlutterMacOS
- FlutterMacOS (1.0.0)

Expand All @@ -14,9 +14,9 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64

SPEC CHECKSUMS:
flutter_web_auth: 2c46f02fe2fde0a2d852c9fe090fe499fcf91a58
flutter_web_auth: 9313580ed4eda5bfc281171cab902253aa1712da
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9

PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d

COCOAPODS: 1.9.1
COCOAPODS: 1.9.3
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.2.4"
version: "0.3.0"
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.2.4'
s.version = '0.3.0'
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.2.4'
s.version = '0.3.0'
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.2.4
version: 0.3.0
author: Linus Unneb盲ck <linus@folkdatorn.se>
homepage: https://github.com/LinusU/flutter_web_auth

Expand Down

0 comments on commit c46e780

Please sign in to comment.