do_more/lib/main.dart

7 lines
99 B
Dart

import 'package:flutter/material.dart';
import 'src/App.dart';
main() async {
runApp(App());
}