This commit is contained in:
open-trade 2020-11-16 22:14:50 +08:00
parent eccd08310d
commit bb9702c5f6

View File

@ -121,6 +121,7 @@ void showSuccess(String text) {
EasyLoading.showSuccess(text);
}
// https://material.io/develop/flutter/components/dialogs
void enterPasswordDialog(String id, BuildContext context) {
var ffi = Provider.of<FfiModel>(context);
var remember = ffi.getByName("remember", arg: id) == "true";