SardorbekR
SardorbekR
**Describe the bug** Currently, we are implementing accessibility in our project, and we found out that, we cannot dismiss popover in accessibility mode on android (on iOS it works ok)...
I want to change length of this line and I could not find property for this
here's my code: ``` indicatorBuilder: (_, index) => Container( width: 24, height: 24, decoration: BoxDecoration( shape: BoxShape.circle, color: AppColors.accentExtraLight, border: Border.all(color: AppColors.accentGreenPrimary), ), child: Center( child: Text( "${index + 1}",...
this package was working fine with Image.network, but then I started using CachedNetworkImage instead, then my tests started failing I tried different ways but no luck, probably it requires some...
**Is your feature request related to a problem? Please describe.** I'm developing an desktop app and I'm used to using Alice. but turns out it doesn't support Desktop apps. Thus...