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