-
- Operating system: android
- Version: 1.18.0
### Exception
Null check operator used on a null value
### StackTrace
#0 SelectableRegionState.endGlyphHeight (package:flutter/src/widgets/s…
-
- Operating system: android
- Version: 1.17.3
### Exception
Null check operator used on a null value
### StackTrace
#0 SelectableRegionState.startGlyphHeight (package:flutter/src/widgets…
-
/C:/Users/melvi/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/carousel_slider.dart:9:1: Error: 'CarouselController' is imported from both 'package:carousel_slider/carousel_controlle…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
_No response_
### Which platforms are affected?
_No response_
### …
-
## nesting_too_deep
## Description
Limit the amount of prefix tabs/spaces in lines of code, by limiting nesting. Flutter widget code can sometimes become nested to a level where lines of code be…
-
PS C:\Users\user\PycharmProjects\MSM> flet build windows -vv
Flutter bootstrap directory: C:\Users\user\AppData\Local\Temp\flet_flutter_build_arrvgVFfgq
Creating Flutter bootstrap project...OK
Cust…
-
### Steps to reproduce
(flutter version is 3.24.3)
1. flutter create
2. Run the following code to see the animation displayed in the center
```
import 'dart:math';
import 'package:flutt…
-
### Steps to reproduce
While attempting to benchmark my app, I am noticing that `flutter_driver` seems to stop recording timeline events after a certain limit.
In the tests outlined in the code …
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
Android, Web
### Have you already upgraded your packages?
Yes
### Dep…
-
### Steps to reproduce
- Run the code example bellow.
- Notice the suggestionsBuilder has 30 `ListTile`, but when scrolling you can't reach the last one which is number 30. Of course when keyboard …