flutter_web_auth
flutter_web_auth copied to clipboard
Add Linux support
This PR adds native linux support as discussed in #22. It uses webkit2gtk to create a popup with an integrated web browser. URLs with the correct schema are detected and returned as result.
First of all, sorry for not responding to this earlier!
I'm not sure that this approach (using a web view) is the best approach for this package. What do you think about my comments here https://github.com/LinusU/flutter_web_auth/issues/22#issuecomment-991618392?