Ervin Dobri
Ervin Dobri
Hello, as title says weird error appearing. Device: Samsung A51 Android: 11 The following error appears TWICE for the first start; then never again. After uninstall it appears again. ```...
Example code: ``` CustomRoute( path: 'accounts', name: 'AccountsRouter', transitionsBuilder: TransitionsBuilders.fadeIn, durationInMilliseconds: 300, page: EmptyRouterPage, children: [ CustomRoute( path: '', transitionsBuilder: TransitionsBuilders.fadeIn, page: AccountsPageWrapper), CustomRoute( path: ':accountId', transitionsBuilder: TransitionsBuilders.fadeIn, page: AccountDetailsPage,...
Problem: - when using a custom particle path this path gets filled, no matter if it's an arc, just a line, Reproduction: - use a custom path like an arc,...
Just like animating the buttons / animate a container from portrait to landscape.
### Platforms exhibiting the bug - [x] Android - [ ] iOS - [ ] web ### Devices exhibiting the bug 1. Android emulator + Desktop head unit (debug mode)...
The picture describes my issue. Unless I give DropdownOptions like this: ``` dropdownOptions: DropdownOptions( top: -140, height: 140, ... ``` The gap between the options and dropdown widget is HUGE