Dart application built in release mode with Sourcemaps turned on in pubspec.yaml do not work in Chrome. When I open developer tools the code is still minified.
Anyone have luck with this? To workaround this I'm building my app in debug mode for my production environment so I can debug while others are using it; however, this is slowing the app down upon initial startup.