import 'package:flutter/material.dart'; import 'app/app_widget.dart'; void main() { runApp(const AppWidget()); }