-
Enabling semantics using `SemanticsBinding.instance.ensureSemantics()` causes the Link widget to break.
Steps to reproduce
1. Create a new Flutter project and copy the contents below
2. Run the a…
-
I am building a package to get IANA timezone ID and list of supported timezones using native binding.
And comparing my package to other package that uses method channels it seems slower in some sit…
-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
YBill updated
2 months ago
-
### Bug description
Building for wasm not supported
### Steps to reproduce
Flutter build web --wasm
### Code sample
Code sample
```dart
import 'package:flutter/material.dart';
import 'packag…
-
### Steps to reproduce
1. Create a new flutter project
2. Add integration_test folder
3. Add to pubspec.yaml
integration_test:
sdk: flutter
4. add new test file with the following…
-
### What package does this bug report belong to?
go_router_builder
### What target platforms are you seeing this bug on?
Android, iOS
### Have you already upgraded your packages?
Yes
…
-
getx GetConnect onInit not working causing this error. `Unhandled Exception: Invalid argument(s): No host specified in URI albums/1`
Here is a simple example
https://github.com/giantss/flutterGet…
-
### :information_source: Info
Version: `0.13.1`
### :speech_balloon: Description
After using the dependency to change my app icon, I noticed a blur in the compiled app icon, as if the icon …
-
### Steps to reproduce
1. Modify the camera example app. Lock the orientation of the app by adding `SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);` in `CameraApp.build(context…
-
### Steps to reproduce
1. TextField: Input content normally and then press the add button to add emojis to the text
2. TextField uses _focusNode. requestFocus(); Get the focus, then TextCelectio…