Jonas Uekötter
Jonas Uekötter
Hey, I've seen that you don't actively maintain this project anymore. Are you open to pass over the ownership?
Using `Uint8List` is more performant and resourceful for representing binary data. The archive package should therefore try to use `Uint8List`s instead of `List`s. See also the notes on its documentation...
Resolves #205 # Description The pixel ratio will no longer default to 1. Instead, it defaults to the current device' pixel ratio. This should increase the screenshot fidelity. ## Checklist...
# Description This enables the strong language analyzer hints ## Checklist I haven't changed anything that would require me to check the following thing, as far as I'm aware. -...
https://www.youtube.com/watch?v=xo271p-Fl_4
This improves the docs for the FlutterVersion class. In particular, it provides more context on what the various strings contain, and it includes some more guidance for using `FlutterVersion.dartVersion`. ##...
_Description of what this PR is changing or adding, and why:_ Change the note that Flutter follow semantic versioning, since Flutter doesn't follow semantic versioning. See [here](https://github.com/flutter/flutter/pull/167674#discussion_r2078303704) _Issues fixed by...
## :scroll: Description There's a Flutter framework (draft) PR that adds feature flags to Flutter itself. This PR supports that ## :bulb: Motivation and Context I want know whether a...
### Problem Statement The latest main/beta versions of Flutter have a way to mask sensitive content via the SensitiveContent widget (see link down below). The various features of Sentry (session...
### Problem Statement I would like to have the module be reported to Sentry. Right now, that's not done as seen here: https://github.com/getsentry/sentry-dart/blob/bc3ad3c691cee925a540e972eb893a958ebf53d2/dart/lib/src/sentry_stack_trace_factory.dart#L135-L143 Given a stackframe like `package:app_name/features/picking/ui/view_model/picking_item_view_model.dart:213` I would...