Results 1 issues of Guilherme Vendramini

Hi, I'm building my app with obfuscate: flutter build apk --release --flavor prod --obfuscate --split-debug-info=debug_info --extra-gen-snapshot-options=--save-obfuscation-map=debug_info/map-obfuscation.json And here is my pubspec.yaml ```yml sentry: upload_debug_symbols: true upload_source_maps: true upload_sources: true log_level:...

Platform: Dart