-
I want to create a react component with react-three/xr to be rendered inside VRCanvas that has some elements (in the image example is text but it could just be a list of image meshes in a grid for exa…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Click on the button to show the Html view dialog
3. See that the dialog is empty
4. Comment out Link widget in source c…
-
## Steps to Reproduce
1. Execute `flutter run -d chrome --web-port 40200` on this code:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class My…
-
## Steps to Reproduce
1. Create main.dart files as seen here: https://gist.github.com/IchordeDionysos/3cb4b4297d255ed461fe2d7149d2aae4
2. Add index.html from gist to assets/katex/
3. OPTIONAL: To…
-
Hello! With the last version 1.4.2, when the number of entries for the chart is one and then the chart is moved, the application crashes.
```
E/AndroidRuntime: FATAL EXCEPTION: main
Process: …
-
## Steps to Reproduce
1. flutter create test
2. flutter run test in `web`
3. In terminal, press `control + c` to quit build
```
Failed to clean up temp directory:
C:\Users\moham\AppData\Loca…
-
## Steps to Reproduce
0. `flutter create mwe`
1. `paste the code snippet below into main.dart`
3. `flutter run -d chrome`
4. Go to `http://localhost:53708?variable=1234`
**Expected results:**…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Right click on text field.
3. Click away from the drop down menu to make it disappear.
4. Left click on the text f…
-
## Steps to Reproduce
1. `flutter create web_error --platform web`
2. `cd web_error`
3. `flutter run -d chrome --web-port 8000`
4. Open Chrome and navigate to `http://localhost:8000/abc/…
-
## Steps to Reproduce
My webapp is using **several** TextFormField widgets and they need an entry in uppercase.
1. Execute `flutter run` on the code sample
**Expected results:**
![image]…