This commit is contained in:
v7lin
2020-06-17 00:58:32 +08:00
parent 160ee4d89e
commit c47f9c19c0
5 changed files with 180 additions and 200 deletions

View File

@ -191,7 +191,7 @@ class _HomeState extends State<Home> {
}
void _showTips(String title, String content) {
showDialog(
showDialog<void>(
context: context,
builder: (BuildContext context) {
return AlertDialog(