Skip to content

Commit

Permalink
Adding dummy main.dart (VGV scaffold doesn't have) so we can Make Pro…
Browse files Browse the repository at this point in the history
…ject for APK #53
  • Loading branch information
MrCsabaToth committed Sep 22, 2024
1 parent e9adf76 commit a12d464
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import 'package:inspector_gadget/app/view/app_view.dart';
import 'package:inspector_gadget/bootstrap.dart';

void main() {
bootstrap(() => const AppView());
}

0 comments on commit a12d464

Please sign in to comment.