diff --git a/flutter_hbb/lib/common.dart b/flutter_hbb/lib/common.dart index 46896f19f..e191d9127 100644 --- a/flutter_hbb/lib/common.dart +++ b/flutter_hbb/lib/common.dart @@ -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(context); var remember = ffi.getByName("remember", arg: id) == "true";