import 'package:flutter/material.dart'; import 'package:friflex_starter/src/app.dart'; void main() { runApp(const App()); }