-
This app should paint solid green (with a changing number in the corner). Tested on Android (impeller) and Linux (skia). It renders green for scales around 1e-13 .. 1e13, but nothing outside of that.
…
Hixie updated
2 months ago
-
## Your Environment
* Plugin version: ^4.15.5
* Platform: Android
* OS version: 12
* Device manufacturer / model: Samsung
* Flutter info (`flutter doctor`):
```
[✓] Flutter (Channel stab…
-
### Version
3.1.0
### Library
feedback
### Flutter channel
stable
### Flutter version
3.22.0
### Platform
Android
### Details
After wrapping myApp() with BetterFeedback() (no parameters spe…
-
When using overlays, like Dialogs, Drawers, etc, the Select Widget mode of the inspector selects the underlying widget and not the actual widget clicked. This has always been the case, at least since …
-
**Describe the bug**
A clear and concise description of what the bug is.
I have a dayjs config file where I extend all the plugins I need for the project:
`dayjs.ts`
```
import utc from "dayj…
-
**Describe the bug**
When attempting to use the plugin on a subdomain multisite site such as `example.com/site-one`, the REST API URLs in all JS files point to the root site `example.com/wp-json/...`…
-
First of all I want to thank you for your amazing effort, The plugin API is simple and straight forward
**Issue:**
I have BLE device with two Characteristic **(write: writeWithoutResponse)** and …
-
### Steps to reproduce
1. Run the sample code.
2. Switch to FR input method.
3. Click "[".
4. Click "e".
### Expected results
The first keystroke does not generate character.
The second k…
-
## Steps to Reproduce
```
showDialog(
context: context,
builder: (BuildContext context) {
return CupertinoAlertDialog(
title: Text('title'),
actions: [
CupertinoD…
-
Since `NestedScrollView` wants to provide controllers to the children, it should throw a helpful assertion message if it detects that the children already have controllers.
## Steps to Reproduce
…