Add lint workflow and a purposeful screw up

This commit is contained in:
Nathan Anderson
2023-08-17 13:46:36 -06:00
parent 1d1b5f0620
commit 7c4f86d048
2 changed files with 107 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ import 'global/api.dart';
import 'global/widgets/ui_button.dart';
void main() async {
final thing;
// await Api().loadToken();
runApp(const ProviderScope(child: MyApp()));
}