Skip to content

Commit

Permalink
bumped AppAuth iOS SDK to 1.7.5 for iOS plugin (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Oct 4, 2024
1 parent 9667d92 commit 00bb434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 7.0.1

* [iOS] correctly bumped AppAuth iOS dependency to 1.7.5. The 7.0.0 release mistakenly only bumped the dependency for macOS

# 7.0.0

* **Breaking change** Bumped minimum Flutter and Dart SDK constraints to 3.13.0 and 3.1.0 respectively
* **Breaking change** all methods have now been made to return non-nullable types
* [iOS][macOS] bumped AppAuth iOS dependency to 1.7.5
* [macOS] bumped AppAuth iOS dependency to 1.7.5
* Updated error handling to expose more details for each platform. Plugin will now throw `FlutterAppAuthUserCancelledException` when an authorization request has been cancelled as a result of the user closing the browser. For other scenarios the plugin will throw `FlutterAppAuthPlatformException`. See the API docs for both classes for more details on the available details. Both exception classes inherit from `PlatformException` so the changes should be backwards compatible
* Updated readme with more details on essential knowledge and links to OAuth 2.0 specifications

Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/ios/flutter_appauth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'AppAuth', '1.7.4'
s.dependency 'AppAuth', '1.7.5'
s.ios.deployment_target = '9.0'
s.resource_bundles = {'flutter_appauth_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end
Expand Down

0 comments on commit 00bb434

Please sign in to comment.