confirmPasswordValidator( val, passwordController.text), ), ), ), const SizedBox( height: 20, ), Row( mainAxisAlignment: MainAxisAlignment.end, children: [ TextButton( onPressed: () {}, child: const Text('Cancel'), ), const SizedBox( width: 20, ), ElevatedButton( onPressed: () { /...
Description While the password save dialog was displayed using autofillHints in Flutter 3.10.5, upgrading to Flutter 3.27.1 caused the same code to no longer display the password save dialog. Please check why it is no longer appearing. Steps to reproduce 1.Install the app for the first time....
* chore(test): Removed linter ignore * chore(authenticator): cleaned up extra import * chore(authenticator): Updated password policy validator to use a type not affiliated with config * chore(authenticator): updated AmplifyConfig references to AmplifyOutputs ...
color: Colors.grey, ), ) : null, hintText: widget.hintText, border: const OutlineInputBorder( borderSide: BorderSide( color: Color(0xff3B3B3B), )), enabledBorder: const OutlineInputBorder( borderSide: BorderSide( color: Color(0xff3B3B3B), ), ), ), validator: (val...
对象方法 减号 - 开头 只能由对象来调用 对象方法中能访问当前对象的成员变量(实例变量) ...