-
**Describe the bug**
Page sits and spins, trying to load forever, only message is in browser developer tools console see:
"Uncaught TypeError: Cannot read properties of undefined (reading 'load') …
-
### Please check the following before submitting a new issue.
- [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues).
- [X] I have carefully [read …
-
### Steps to reproduce
When I first run the project the page loads correctly, but after the first hot reload or hot restart I get blank/white page and a console log loop.
### Expected results
…
-
I want to generate enum with integer values assigned.
Swift:
``` swift
enum Weather: Int {
case Sunny = 1
case Cloudy = 2
case Rainy = 3
}
```
Java:
``` java
public enum Weather {
…
-
Type: Bug
Run and debug (Flutter ) Not working on 1.92 vertion is automaticaly closing dubug section
VS Code version: Code - Insiders 1.92.0-insider (a35380d6f0ff65f7c35345baafcf1c3f8a378d38, 2024-…
-
We might consider a lint to encourage the use of [switch-expression](https://github.com/dart-lang/language/blob/master/working/0546-patterns/patterns-feature-specification.md#switch-expression)s.
*…
-
I use [https://pub.dev/packages/syncfusion_flutter_pdfviewer](https://pub.dev/packages/syncfusion_flutter_pdfviewer)
Any way to add a Marker or a Pin on PDF files with using onTap dx dy position?
I…
-
I need the ability to create items on quotes that are optional. In most cases our clients haven't selected their packages until they see the pricing in quote. We currently offer "select one" options o…
-
**Describe the bug**
The file picker doesn't respond in the iOS simulator. No files show up (expected, as the simulator has no files), and if I click the search bar I see the blinking text caret. Any…
-
Crash running `dart test --coverage=coverage`.
```
This is an unexpected error. Please file an issue at http://github.com/dart-lang/test
with the stack trace and instructions for reproducing the …