-
https://github.com/getsentry/develop/pull/884
Develop docs updated: https://develop.sentry.dev/sdk/features/#event-sampling
https://www.notion.so/sentry/RFC-for-ignoreTransactions-5ba68f17867e4b…
-
Fidelity wise speaking, the [CupertinoActionSheet](https://api.flutter.dev/flutter/cupertino/CupertinoActionSheet-class.html) isn't pixel perfect along with the native one and also there are some key …
-
Don't know if it was neccasary but wrote my own Gap-FileSystem-API because on my Android i had problems with dart:html's window.requestFileSystem (s.th like webkitRequestFileSystem isn't supported) to…
-
### Steps to reproduce
1. Change the name Runner of any project on iOS
2. Run any patrol test
### Actual results
My flutter project has a different name from Runner. I just started using patrol an…
-
In the Matrix spec it is very hard specified which HTML tags and attributes are allowed in formatted messages. When using the native `setInnerHtml` method with a node validator in a browser, it compla…
-
Flutter applications can have different flavors like: staging/prod, or free/premium: https://docs.flutter.dev/deployment/flavors
It also supports conditionally bundling assets based on the specifie…
-
When using something like the camera on iOS/MacOS, the dylib needs to be bundled with a privacy manifest about why the permission is needed.
We need some way to communicate a privacy manifest from …
-
# Unhandled Exception: Null check operator used on a null value
I am encountering an error when trying to compress videos. I am testing the app on an Iphone 12 pro.
I have tried using the follow…
-
Dart:
BoostNavigator.instance.push(
'native_main',
withContainer: true,
arguments: {},
opaque: true,
).then((dynamic result) {
// 一…
-
I am wondering: if I know that I don't need more than 64-bit integers when running on web, should I go for `BigInt` or for `fixnum` for best performance?
On native, I will simply use `int` (as I sa…