nithinpp
nithinpp

Reputation: 2025

Adding custom dialog for local_auth Flutter

I was just messing around with the package local_auth on flutter. The package works fine on both android and iOS but I couldn't find any option to add a custom dialog option in the local_auth package. Does anyone have any idea? Any help would be deeply appreciated.

Upvotes: 4

Views: 2262

Answers (1)

Ikar Pohorský
Ikar Pohorský

Reputation: 5049

Not possible at the moment. It is an open issue on flutter's github:

https://github.com/flutter/flutter/issues/30601

Upvotes: 1

Related Questions