karvulf
karvulf
This bug came from #54. The following bug happens: - adding `GridView` with `crossAxisCount` = 2 - start dragging item - while dragging changing `crossAxisCount` to 3 - the dragged...
Currently, only all types of `GridView` are supported for animation and drag and drop. It would be nice to have also a support for `Wrap` because of similar behaviour.
After dragging an item, it goes to his new or old position without animation. I would look nicer if there were an animation.
When I am dragging an item below the`GridView` and release that item, then it would be more logical, that this items reorders at the last position of the children.
**Describe the bug** I have the following issue. I will use the example `bottom_navigation_mulitple_beamers` for that. My `routerDelegate` contains one `BeamPage` that has `AppScreen` as child. `AppScreen` expects one parameter...
**Is your feature request related to a problem? Please describe.** I had troubles using beamToNamed when adding a route to the current path on a button. E.g. I have a...
**Describe the bug** Hello, thanks @slovnicki for offering the package. After a couple of time, I got an issue using beamer in combination with the bottom navigation. I added an...
Currently only "normal" GridViews are supported by this package. Because there also a lot of usecases to switch to SliverGrids, this should also be supported by this package. The following...
Currently removed children just directly disappear. To get a nicer feedback of removed children, they should get an animation e.g. a fade out. Also the duration should be configurable. This...