Jordy

Results 10 comments of Jordy

The same issue also exists when the color is defined in the `style` attribute on the `path`: ``` ``` This is generated by Adobe Illustrator by the way. Is this...

@alexjlockwood Ok, was actually planning on making a PR for this as I've had the issue a couple of times now. Will patiently wait for #62 to be merged then

Hi @MaikuB As for the drafts: 1. An example can be found here: https://github.com/pichillilorenzo/flutter_inappwebview/blob/master/ios/Classes/SwiftFlutterPlugin.swift#L27 Basicly this would mean there is a singleton instance available of the native plugin instance. 2....

We are seeing a very similar error in our crashlytics: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void net.openid.appauth.g.a(net.openid.appauth.r, net.openid.appauth.g$b)' on a null object reference at io.crossingthestreams.flutterappauth.FlutterAppauthPlugin.a(FlutterAppauthPlugin.java:82) at...

Based on the stacktrace, it's executing this block: https://github.com/MaikuB/flutter_appauth/blob/92cc21bb7e07684adc1c5265f63d1429982b9451/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java#L352-L354 But the `authorizationService` seems to be `null`? Could it be that the config callback gets triggered, but everything is somehow already...

Any updates on this topic? We are currently using https://pub.dev/packages/flutter_appauth (as it was used in previous Auth0 blogs on how to integrate with Auth0 and flutter). Since then macOS support...

@Widcket are there any plans currently to support this?

@Widcket thats good to hear! Do you have a time window? This year? Q1 next year?

@brth31 would this also include signing with multiple accounts (on the same/different envs)?

@pmathew92 Ideally both. So different user accounts on the same device from either the same or different tenants. Our app supports multi-account (mostly due to legacy) and internally we also...