Flutter SDK Update Timeline Request
Hi Kinde team,
My team and I have been using KindeSDK for authentication across our company's Flutter-based products, and we're really looking forward to the next release.
The last pub.dev update was 9 months ago - We're particularly excited about official web support for authentication, I noticed PR #28 was approved two weeks ago, which introduces web support along with several important fixes.
Could you provide an estimated timeline for the next SDK release? We're eager to integrate the web authentication features into our production apps (currently we are using a forked version with our own implementation).
Are there any plans to add WebAssembly (WASM) support? This would help us fully leverage Flutter's web capabilities and improve performance for our web applications.
We really appreciate all the work you're putting into the SDK. Having reliable authentication across all our Flutter platforms (mobile + web) would be a huge win for our development workflow. Thanks for any updates you can share!
Related: PR #28 - Web support implementation:
https://github.com/kinde-oss/kinde-flutter-sdk/pull/28
My team and I have been using KindeSDK for authentication across our company's Flutter-based products, and we're really looking forward to the next release.
The last pub.dev update was 9 months ago - We're particularly excited about official web support for authentication, I noticed PR #28 was approved two weeks ago, which introduces web support along with several important fixes.
Could you provide an estimated timeline for the next SDK release? We're eager to integrate the web authentication features into our production apps (currently we are using a forked version with our own implementation).
Are there any plans to add WebAssembly (WASM) support? This would help us fully leverage Flutter's web capabilities and improve performance for our web applications.
We really appreciate all the work you're putting into the SDK. Having reliable authentication across all our Flutter platforms (mobile + web) would be a huge win for our development workflow. Thanks for any updates you can share!
Related: PR #28 - Web support implementation:
https://github.com/kinde-oss/kinde-flutter-sdk/pull/28
GitHub
Simplified the web OAuth flow by separating the completion of web login into its own method. Web login no longer relies on callbacks and now uses asynchronous methods instead.
Removed flutter_custo...
Removed flutter_custo...