-
I'm trying to use router with wolt_modal_sheet, but the example is too complicated. The sample should be simple without third-party package like bloc
-
I added custom fonts to my project following the explanation in https://flutter.dev/docs/cookbook/design/fonts
In the example you can find:
```
- family: RobotoMono
fonts:
- as…
-
first run(equivalent of `flutter build flx`) populates byte store reports warnings/nits in compiled code:
```
╰─➤ time $FH/engine/src/out/host_debug_unopt/dart-sdk/bin/dart $FH/engine/src/flutter/f…
-
It's seem that we cannot using a library with a dir path pointed to outside of the project
-
We check it out as part of the flutter-prep workflow (in order to run `./tool/latest_flutter_candidate.sh`) and then in the subsequent workflows. We should consider caching it in the `flutter-prep` st…
-
Hi,
I tried running my `flutter test` suite. with
`flutter(args: %w(test))`
and
`flutter(args: %w(test ..))`
But all of them failed with this strange error messages:
```
[14:53:59]: $ /ho…
-
```dart
class Foo {
Foo({required this.foo});
num foo;
}
class Bar extends Foo {
Bar({required int foo}) : super(foo: foo);
}
```
The code above can be refactored to use super par…
-
### Steps to reproduce
Use this code, works in DartPad (web platform affected as well).
1. Create 2 RichText widgets, where one contains empty TextSpan and the other non-empty (single character is…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
## unnecesary_duplicate_value
## Description
Remove unnecessary `||`/`&&` values to avoid redundancy.
## Details
When the `||` or `&&` operator is used with identical values, leading to re…