rgba -> image

This commit is contained in:
open-trade
2020-11-18 00:28:55 +08:00
parent 676278920f
commit 1a3a2cf6c7
3 changed files with 59 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ class _HomePageState extends State<HomePage> {
void onConnect() {
var id = _idController.text.trim();
if (id == "") return;
if (id == '') return;
Navigator.push<dynamic>(
context,
MaterialPageRoute<dynamic>(