import 'package:flutter/material.dart'; import 'package:tools/views/main_view.dart'; void main() { runApp(const MyApp()); }