gibahjoe / keycloak_flutter

Keycloak package for easy integration with flutter applications
BSD 3-Clause "New" or "Revised" License
24 stars 24 forks source link

Do not implement Future on KeycloakPromise #19

Closed jonl-percsolutions-com closed 1 year ago

jonl-percsolutions-com commented 2 years ago

Implementing future on KeycloakPromise causes an exception in release mode during future chaining. This is seen in issue #17. This pull request should resolve the issue.

gibahjoe commented 1 year ago

Thank you