-
It seems that Flutter web doesn't traverse focus in the right order when it misses the "Shift" keydown event.
This happens when the user attempts to reverse focus from the UI elements of the browse…
-
At the moment, the progress width is set as follows:
``` java
private int mProgressWidth = Util.dpToPx(getContext(), 6f);
```
Is it possible to add an XML attribute to configure it?
-
Hi.
I have floating action menu with couple of floating action buttons and labels.
When I initiate module with menu I need to set colors to some labels ( which button, differes between occurs of mo…
-
Instead of using the classic menu-based actions (Add custom target or restart network Discovery) you can create a floatingActionButton to make one of these intents (That are very useful) Explicit
!…
-
I am unable too import FloatingActionButton and Snackbar class successfully, Can anyone guide me ?
```
import android.app.ListActivity;
import android.os.Bundle;
import android.support.design.widget.…
-
In the flutter app which relies on
- auto_route: 8.2.0
when having nested routes, back gesture pops all the added routes till parent route.
Expected behaviour: On Back Gesture we reach Screen A
…
-
### Version
^9.0.6
### Platforms
Android, iOS
### Device Model
emulator, iPhone 15 Pro Plus
### flutter info
```sh
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.1.1 24B91 darwin-arm64, local…
-
### Version
^9.0.7
### Platforms
Android, iOS
### Device Model
emulator, iPhone 15 Pro Plus
### flutter info
```sh
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.1.1 24B91 darwin-arm64, local…
-
**Description:**
I've created an EFAB that is a direct child of `CoordinatorLayout`. In the CoordinatorLayout there is a RecyclerView with a scroll listener that expands and shrinks the EFAB (I'm …
-
It should be possible to set the position of a `FloatingActionButton` relative to the `AppBar` not just the `BottomAppBar`. See https://material.io/design/components/buttons-floating-action-button.htm…