-
### Steps to reproduce
When I use Google Maps on Flutter web, simply displaying the map and adding multiple markers, then continuously panning and zooming the map causes it to crash unexpectedly.
##…
-
### Steps to reproduce
Crash cached bo Play console, more less 4% devices.
### Expected results
not to crash
### Actual results
app crashes
### Code sample
Code sample
```dart
[Paste your c…
-
### Steps to reproduce
Moving from https://github.com/dart-lang/sdk/issues/56300 based on @bkonyi's comments.
---
@FMorschel reported to me conditional breakpoints not working as expected, an…
-
### Steps to reproduce
I’m having trouble disabling text copying in a TextField using Flutter. Even though I’ve set enableInteractiveSelection to false and customized the context menu, it’s still pos…
-
Platform: Windows
After `flutter pub add cronet_http`, my project compiles error with:
```
CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Micr…
-
### Steps to reproduce
Define a route with child route . all child route contains '/' in their path
ex: "/abc", "/edg"
### Expected results
.g.dart file cannot generate correct path for chil…
-
### Steps to reproduce
1. Clone the project: Clone the affected Flutter project to your local machine.
2. Run the build command: Execute the flutter build or flutter run command in your terminal.
(…
-
Hey!
Thank you for this plugin, very much appreciate the effort you put into development.
I have the following setup for my project:
The plugin version is `0.9.2`.
Settings used:
```gro…
-
### Steps to reproduce
1. Run sample
2. Observe dropdown icon is aligned to where the content would be instead of the field as a whole
### Expected results
The dropdown icon should be vertically c…
-
In my project I used overriding feature for loading `pdf.js` from another cloud storage.
```js
// PDF.js options
var dartPdfJsBaseUrl = "https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.…