From bb9702c5f661692b7017bfbeed8b0d8595dba4ec Mon Sep 17 00:00:00 2001 From: open-trade Date: Mon, 16 Nov 2020 22:14:50 +0800 Subject: [PATCH] comment --- flutter_hbb/lib/common.dart | 1 + 1 file changed, 1 insertion(+) 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";