-
I think there is a problem when the response of a request with decoder has an error. The message will not be handled correctly hence there will be a typecast error or a error response is accidently pa…
-
## Use case
Many plugins allow creating multiple instances of a platform class or resource (e.g. multiple instances of a video player, audio player, etc.) with each maintaining its own stat…
-
## Problem statement
With NNBD we will now have static checking that non-nullable named parameters can never contain null, which is great generally :tada:.
This does present a problem however wh…
-
We are getting the same error suddenly, we did not change any code since many versions regarding scheduling local notification. Since last two version after upgrading the plugin to 16.0.0 we are getti…
-
If you define `textButtonTheme` with `TextButton.styleFrom` in the MaterialApp's theme property, there will be a lot of unnecessary (?) rebuilds.
Also Theme.of(context) must be used to reproduce this…
hbali updated
2 months ago
-
The content of the `.android` and `.ios` directories cannot be modified since `flutter pub get` or any
build command will override the file changes.
This breaks `flutter run` on Android if a dep…
-
`dartanalyzer version 2.5.0-edge.1ef83b86ae637ffe7359173804cbc6d3fa25e6db`
I have a plugin that works fine in the Analysis Server and Analysis notifcations show up in Visual Code.
If I run `dart…
-
After https://github.com/dart-lang/sdk/issues/45508, `Array`s of ints and floats can be passed to `Pointer` arguments of FFI leaf calls.
```dart
@Native(isLeaf: true)
external void myFunc(Pointer…
-
Currently there is no way to specify type that is "default" List implementation. Dart2js uses type inference for optimizations, however in real world it is unable infer type in most cases. What I sugg…
-
**_Admin comment_**: This is under implementation: [feature specification](https://github.com/dart-lang/language/blob/main/accepted/future-releases/0323-null-aware-elements/feature-specification.md), …