-
## Steps to Reproduce
I'm trying to start a flutter app from a `AccountManager` service (in a flutter plugin) on android such that the user can login. If I make the activity a subclass of `…
-
Hello,
I am developing an app in flutter and it works on version 8 and below. but 9+ versions cannot run app beyond keycloak login.
Here is my error
`Error report: >> PlatformException(autho…
-
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.3/lib/js.dart:8:1: Error: Not found: 'dart:js'
export 'dart:js' show allowInterop, allowInteropCaptureThis;
^
../../dev/flutter/.pub-ca…
-
**Describe the bug :**
Using the package,i am able to load keycloak login screen and successful redirect back to my application,
but I am not able to load my application page again in the browser …
-
Hello,
I`m using this plugin with same example code
when i'm running code normally using the flutter run command
flutter run -d chrome --web-port 60000
completed login flow and redirecting back …
-
## DDD approach
For now, JHipster is only able to create CRUD entities and JHipster's goal is to help developers in building all the technical aspect of an application.
It could be interesting to …
-
../../flutter/.pub-cache/hosted/pub.dartlang.org/keycloak_flutter-0.0.2-pre/lib/src/configure_web.dart:1:8: Error: Not found: 'dart:html'
import 'dart:html';
^
../../flutter/.pub-cache/hoste…
-
Hi there!
The readme mentions
>The configureUrlStrategy() above uses a custom implementation of the PathUrlStrategy which cleans out your url to be more like a regular web application url. This is…
-
Hello, we're using _keycloak_ for authentication/autherization that uses openid connect protocol.
I'm trying to implement authorization for flutter app with simple auth, but don't have any understand…
-
Hi,
I'm trying to use this plugins in Flutter Web but I can't complete the login flow.
After the login on the Keycloack form I can see this error in console:
Could not navigate to initial route.
…