Serj Elokhin

Results 22 issues of Serj Elokhin

Could you implement `anyIndexed` and `everyIndexed` please? ```dart extension IterableExt on Iterable { bool everyIndexed(final bool Function(int i, E e) test) { var index = 0; for (final element in...

type-enhancement

Hi there! It would be very useful if I could access the `StyledToastTheme` outside of the lib. And it would be nice to have a public function for that, which...

Now you apply both animation builders (forward and reverse) to show a toast and only reverse animation builder to dismiss a toast. What if I want to make on independent...

Hi! This is a great library, thanks a lot! But what about a pool for database connections? Like this one https://pub.dev/packages/postgresql2#connection-pooling

Hi guys! My client asks me to change splash/overlay color of exact item in a menu. `PopupMenuItem` contains `InkWell` inside. Please make the settings of the internal `InkWell` outside to...

c: new feature
framework
f: material design
c: proposal
team-design
triaged-design
multiteam-retriage-candidate

### Platform web ### Plugin share_plus ### Version 7.2.1 ### Flutter SDK 3.13.6 ### Steps to reproduce Just try to share text on the web platform (Crhome). And you closed...

bug
triage
Stale

```dart typedef OnTap = void Function( String? url, RenderContext context, Map attributes, dom.Element? element, ); ... /// A function that defines what to do when a link is tapped final...

bug

Please, use `RouteInformation.uri` instead. **Beamer version:** 1.5.6

Hello! Thanks for the great package. I faced with some troubles. The url is `/home?showMenu=true`, but `showMenu` from `queryParameters` is not available in the `RootPage`, they are visible only in...

Is there any way to dismiss the toast with a swipe gesture, or at least by tapping on it? Thanks.