Question
How can I build my Flutter app with flutter build web
and have a readable error stack?
Code
flutter build web
How can I build my Flutter app with flutter build web
and have a readable error stack?
flutter build web
To build your Flutter app with flutter build web
and have a readable error stack, use the --verbose
flag:
flutter build web --verbose
This will provide more detailed information about any errors that occur during the build process.