From 59e01c806f25c2b49f4bd34c5827e76fe953e02c Mon Sep 17 00:00:00 2001 From: iyifr Date: Fri, 23 Aug 2024 13:44:59 +0100 Subject: [PATCH] fix:warnings --- bin/init.dart | 1 + bin/main.dart | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/init.dart b/bin/init.dart index b4164d2..eab5308 100644 --- a/bin/init.dart +++ b/bin/init.dart @@ -129,6 +129,7 @@ Future _promptUserChoice() async { } } } + return null; } Future _promptAppName() async { diff --git a/bin/main.dart b/bin/main.dart index 06ffb6b..a8c8a15 100644 --- a/bin/main.dart +++ b/bin/main.dart @@ -1,4 +1,3 @@ -import 'package:console/console.dart' as console; import 'package:h4/create.dart'; void main() async {