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