-
### Description
flutter test breaks when trying to test a widget that uses dynamic texts:
```
RiveAnimation.asset(
'foo.riv',
fit: BoxFit.contain,
stateMachines: const ['State Machin…
-
### Description
I just finished setting up my app's deep link structure as per the [Flutter documentation](https://docs.flutter.dev/cookbook/navigation/set-up-universal-links) and it all works well…
-
## Steps to Reproduce
1. Create a class that has the same name as one in the library. In my case, I have the `Post` class.
```dart
import 'package:json_annotation/json_annotation.dart';
part 'po…
-
Sometimes when starting the app in debug mode, I see the following messages. Similar to [an old firebase issue](https://stackoverflow.com/questions/74430484/firebase-background-message-handler-in-flut…
-
### Bug description
Error:
```
flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
flutter: The following assertion was thrown building …
-
secure storage crashes with the message on MacOS:
```
PlatformException(Unexpected security result code, Code: -34018, Message: A required entitlement isn't present., -34018, null)
```
It works …
-
I get an error when combining NestedScrollViewPlus with CupertinoSliverRefreshControl with delayed, specifically as shown in the video
======== Exception caught by widgets library =================…
-
We'd like to fully remove these in 2025. Having them deprecated with a year lead time is a good idea.
- dart:html
- dart:indexed_db
- dart:js
- dart:js_util
- dart:svg
- dart:web_audio
- dart…
-
### Description of the bug
When discriminator used in api specification it seems common fields for inherited objects not filled in dart generator implementation.
It seems generated dart code does …
-
### What happened?
https://developer.android.com/guide/practices/page-sizes?hl=zh-cn
Can you provide a version adapted to Android 15 16KB?
### Repro steps
1. dependencies:
realm: ^20.0.0
2. …