Jonas Uekötter

Results 237 comments of Jonas Uekötter

You can also use [`Isolate.debugName`](https://api.dart.dev/dart-isolate/Isolate/debugName.html), which has no such limitation. It's also not specific to Flutter, but to `dart:io`. But then again [`rootIsolateToken`](https://api.flutter.dev/flutter/services/ServicesBinding/rootIsolateToken.html) is also bound to `dart:io` and web...

[`rootIsolateToken`](https://api.flutter.dev/flutter/services/ServicesBinding/rootIsolateToken.html) on the other hand is non-null on the main-isolate vs null on non-main-isolates. So it has less information than [`Isolate.debugName`](https://api.dart.dev/dart-isolate/Isolate/debugName.html). (Not saying that one is better, just that each...

You should be checking for "kIsWeb" (or do the same check in Dart code) before using the platform package.

It would be nice to then also expose it as such for v4. Having `List` as a type to work with makes glue code annoying, since you always have to...

Yeah, I've wondered the same. Maybe keep it as `CHANGELOG_OLD.md` and then just link once from the shared one to it? E.g. add the following to the new changelog: ```...

@buenaflor Are there any updates?

@buenaflor or @vaind any chances of moving forward with this? :D By download count if would be on the 6th place of all Sentry packages in the Dart ecosystem

> can we change the folder name`sentry_link` -> `link`? to keep in line with the other namings Sure > [craft.yml](https://github.com/getsentry/sentry-dart/blob/main/.craft.yml#L6C1-L20C1) still needs an entry `link` for the pub dev section...

[Handing over the package name on pub.dev](https://dart.dev/tools/pub/publishing#transferring-a-package-to-a-verified-publisher) still needs to be coordinated too.

> for my understanding: since we'll use the same pubspec config, any new release will just update the [sentry_link package](https://pub.dev/packages/sentry_link) directly right? Yeah, but I need to hand over the...