import 'package:flutter/material.dart'; import 'screens/main_screen.dart'; void main() { runApp(const MainScreen()); }