Jonas Uekötter
Jonas Uekötter
## 🚀 Feature Requests I would like to use this package with either [`http`](https://pub.dev/packages/http) or [`dio`](https://pub.dev/packages/dio). ### Contextualize the feature This would enable me to - make use of [`cupertino_http`](https://pub.dev/packages/cupertino_http)...
## :scroll: Description Adds the new field according to https://github.com/getsentry/rfcs/blob/main/text/0079-exception-groups.md#new-mechanism-fields I didn't yet implement exception aggregates for anything. That can be done in follow-up PRs. The current CI failures are...
### Problem Statement As seen in this todo comment: https://github.com/getsentry/sentry-dart/blob/732a7b44ad1624e75967be2227665c066ef0154e/dart/lib/src/sentry_exception_factory.dart#L41-L42 ### Solution Brainstorm _No response_ ### Are you willing to submit a PR? None
### Problem Statement In order to better understand the memory usage, Sentry should report the used memory of an application. ### Solution Brainstorm Dart offers to query some memory information:...
### Platform Flutter Mobile ### Obfuscation Disabled ### Debug Info Disabled ### Doctor Irrelevant ### Version 7.12.0 ### Steps to Reproduce 1. cause error 2. track error 3. see Skia...
### Problem Statement Similar to https://twitter.com/brungarc/status/1711484812702171309 it should be possible in Dart to detect blocking file IO calls. There's also a lint rule (https://dart.dev/tools/linter-rules/avoid_slow_async_io) to enforce sync io but that...
When creating screenshot widget with ```dart var path = await HomeWidget.renderFlutterWidget( const LineChart(), key: 'lineChart', logicalSize: const Size(400, 400), pixelRatio: 3, ); ``` You're able to set a `pixelRatio`. This...
Hey @clovisnicolas, I'm wondering if you're open to transfer the package on pub.dev, since you haven't done any maintenance in four years. Please let me know.
It would be nice if you could use [fvm](https://fvm.app/) version files as source for the `flutter-version-file` parameter.