-
This will solve
- Issue https://github.com/maheshmnj/searchfield/issues/84
- Issue https://github.com/maheshmnj/searchfield/issues/38
sample demo code
```dart
import 'package:flutter/mater…
-
Here is the stacktrace:
02-04 10:24:40.942 8403-8403/org.mythtv.android E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.m…
-
I have this button:
```
FloatingActionButton(
child: Text( 'Send'),
onPressed: () async {
emailAddr = myController.text.trim();
...
…
-
### Steps to reproduce
Recently, on the Galaxy S9+ model, the app screen appeared black, so I upgraded the Flutter version to 3.27.0-1.0.pre.329.
From reviewing other GitHub issues, it appears tha…
-
Tracking b/325610878.
### Steps to reproduce
1. Enable iOS Voice Control in the settings app.
2. In a Flutter app (minimal sample app below), cause a Material SnackBar widget to be displayed.
…
-
Having a problem with this library.
When using it, the android.support.design library is invalid, making FloatingActionButton invalid. Also, android.support.v7.app is invalid as well.
-
The dot is in wrong position with com.google.android.material.floatingactionbutton.FloatingActionButton
![fab](https://user-images.githubusercontent.com/52231993/88919980-52763180-d26c-11ea-88e5-d4…
-
setOnLongClickListener not working for label of FloatingActionButton
```
fabButton.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(Vie…
-
**Describe the bug**
Navigation is not working correctly, because when I navigate to the RouterOutlet and navigate to another separate module, the parent module of the RouterOutlet maintains the bind…
-
(This issue was found on the Demo page for the Material Search widget in the gallery)
The contrast ratio between text and background of the FloatingActionButton.extended is to low with the default …