Peter Leibiger

Results 45 issues of Peter Leibiger

Flutter now uses `CupertinoSystemDisplay` and `CupertinoSystemText` font families which are not being overridden when loading fonts.

This PR replaces on instance on `print` with `stdout.writeln` in `StandardLogger`. When having zones with custom print handling, the use of `print` here may lead to very unexpected outputs. There...

### Request Statement Following https://github.com/cfug/dio/pull/2139 we should update the `Interceptor` function return types. But this is a breaking change so we can only do this for dio 6.0.0. ### Solution...

s: feature
p: dio

I have used the described way to build my own `core` package including `de` and `en` locales with version 1.0.0 and imported this into my angular app like this. ```...

It might be a good improvement to allow for an override of the default CLI version. This would make it much easier for developers to freeze the CLI version in...

Platform: Dart

node12 is deprecated: ``` The following actions uses node12 which is deprecated and will be forced to run on node16: swinton/commit@bfa68d879ec57187f2c5bf616158433763f05f06. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ ``` `setOutput` is also deprecated:...

**Describe the issue** After the update to Dart 2.15, I have some false warnings for generated copy code. I boiled it down to a small sample. In the sample below...

type-bug
P3
false-positive
set-none

The new plugin version 1.5.2/1.5.3 no longer works without a configured secret token compared to 1.5.1. No events trigger a build anymore, only a manual scan does. Reverting to 1.5.1...

I migrated from some custom waits to the new `isWaiting(actionOrTypeOrList)`. While `context.isWaiting` does rebuild the widget, using `isWaiting(actionOrTypeOrList)` in a view model factory does not rebuild. Is this expected?

bug

The mixins only check for `ConnectivityResult.none`. If the result list for example contains only `ConnectivityResult.bluetooth` then there is effectively no internet available. Does it make sense to invert the check...

enhancement