File tree Expand file tree Collapse file tree
flutter_web_auth_2_platform_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 5.0.0
2+
3+ * No changes - just the official version release!*
4+
15## 5.0.0-alpha.7
26
37- 🌹 Update Android intricacies
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add the following snippet to your `pubspec.yaml` and follow the [Setup guide](#s
2424
2525``` yaml
2626dependencies :
27- flutter_web_auth_2 : ^5.0.0-alpha.0
27+ flutter_web_auth_2 : ^5.0.0
2828` ` `
2929
3030To authenticate against your own custom site:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
1818 desktop_webview_window : ^0.2.3
1919 flutter :
2020 sdk : flutter
21- flutter_web_auth_2 : ^5.0.0-alpha.0
21+ flutter_web_auth_2 : ^5.0.0
2222
2323dev_dependencies :
2424 flutter_lints : ^6.0.0
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'flutter_web_auth_2'
7- s . version = '5.0.0-alpha.2 '
7+ s . version = '5.0.0'
88 s . summary = 'Flutter plugin for authenticating a user with a web service.'
99 s . description = <<-DESC
1010Flutter plugin for authenticating a user with a web service.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66s . name = 'flutter_web_auth_2'
7- s . version = '5.0.0-alpha.2 '
7+ s . version = '5.0.0'
88s . summary = 'Flutter plugin for authenticating a user with a web service.'
99s . description = <<-DESC
1010 Flutter plugin for authenticating a user with a web service.
Original file line number Diff line number Diff line change 11name : flutter_web_auth_2
22description : Flutter plugin for authenticating a user with a web service.
3- version : 5.0.0-alpha.7
3+ version : 5.0.0
44resolution : workspace
55homepage : https://github.com/ThexXTURBOXx/flutter_web_auth_2
66repository : https://github.com/ThexXTURBOXx/flutter_web_auth_2
@@ -28,7 +28,7 @@ dependencies:
2828 desktop_webview_window : ^0.2.3
2929 flutter :
3030 sdk : flutter
31- flutter_web_auth_2_platform_interface : ^5.0.0-alpha.0
31+ flutter_web_auth_2_platform_interface : ^5.0.0
3232 flutter_web_plugins :
3333 sdk : flutter
3434 path_provider : ^2.1.2
Original file line number Diff line number Diff line change 1+ ## 5.0.0
2+
3+ * No changes - just the official version release!*
4+
15## 5.0.0-alpha.4
26
37- 🌹 Update melos to regular ` 7.x ` releases
Original file line number Diff line number Diff line change 11name : flutter_web_auth_2_platform_interface
22description : A common platform interface for the flutter_web_auth_2 plugin.
3- version : 5.0.0-alpha.4
3+ version : 5.0.0
44resolution : workspace
55homepage : https://github.com/ThexXTURBOXx/flutter_web_auth_2
66repository : https://github.com/ThexXTURBOXx/flutter_web_auth_2
You can’t perform that action at this time.
0 commit comments