import 'package:toaster/toaster_app.dart'; import 'package:toaster_ui/toaster_ui.dart'; void main() { runApp(const ToasterApp()); }