I want to use autofill feature for login page on my flutter app. I use AutofillGroup on the Form, autofillHints on each TextFormField, and TextInput.finishAutofillContext() on the login function.
It works perfectly on Android, i am able to save credentials and use it as autofill later. But somehow the save username/password prompt doesn't show up on iOS when i call the finishAutofillContext.
Is this a known bug for autofill in flutter?