Quick Start 🚀 1. Install melos flutter pub global activate melos 2. Bootstrap the workspace melos bootstrap 3. Run the Flutter app The application main method is located in package root_package. Available scripts ⚙️ # Analyze all packages. melos analyze # Format all packages. melos format # Run code generation in a package. melos gen-code