do_more/lib/main.dart

5 lines
90 B
Dart

import 'package:flutter/material.dart';
import 'src/App.dart';
main() => runApp(App());