From 5f4448ecbaef0509d54b0748a4f166c9a62d641c Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Tue, 11 Apr 2023 19:38:30 +0200 Subject: [PATCH] Add contextArgs parameter Fixes #40 --- flutter_web_auth_2/CHANGELOG.md | 4 ++++ flutter_web_auth_2/README.md | 4 +++- flutter_web_auth_2/lib/flutter_web_auth_2.dart | 5 +++++ flutter_web_auth_2/lib/src/flutter_web_auth_2_linux.dart | 1 + flutter_web_auth_2/lib/src/flutter_web_auth_2_web.dart | 3 ++- flutter_web_auth_2/lib/src/flutter_web_auth_2_windows.dart | 1 + flutter_web_auth_2/pubspec.yaml | 2 +- flutter_web_auth_2_platform_interface/CHANGELOG.md | 4 ++++ .../lib/flutter_web_auth_2_platform_interface.dart | 2 ++ .../method_channel/method_channel_flutter_web_auth_2.dart | 2 ++ flutter_web_auth_2_platform_interface/pubspec.yaml | 2 +- 11 files changed, 26 insertions(+), 4 deletions(-) diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index 73acc76..5a3e6ba 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.3 + +- 🌹 Add `contextArgs` for web implementations (See [#40](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/40)) + ## 2.1.2 - 🐛 Downgrade Kotlin to fix some compatibility issues diff --git a/flutter_web_auth_2/README.md b/flutter_web_auth_2/README.md index 509dc82..6710aa0 100644 --- a/flutter_web_auth_2/README.md +++ b/flutter_web_auth_2/README.md @@ -133,7 +133,7 @@ On the web platform, an endpoint must be created that captures the callback URL ```html Authentication complete -

Authentication is complete. If this does not happen automatically, please close the window. +

Authentication is complete. If this does not happen automatically, please close the window.