How to save user login info in iOS Flutter App
I'm having trouble saving user credentials on ios version of my flutter app. I have implemented the AutofillGroup and autofillHints also I added the associate domains, here you can see the code and the Xcode setup: import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart';…