comment
This commit is contained in:
parent
eccd08310d
commit
bb9702c5f6
@ -121,6 +121,7 @@ void showSuccess(String text) {
|
|||||||
EasyLoading.showSuccess(text);
|
EasyLoading.showSuccess(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://material.io/develop/flutter/components/dialogs
|
||||||
void enterPasswordDialog(String id, BuildContext context) {
|
void enterPasswordDialog(String id, BuildContext context) {
|
||||||
var ffi = Provider.of<FfiModel>(context);
|
var ffi = Provider.of<FfiModel>(context);
|
||||||
var remember = ffi.getByName("remember", arg: id) == "true";
|
var remember = ffi.getByName("remember", arg: id) == "true";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user