Adam Styrc

Results 6 issues of Adam Styrc

From time to time my app gets crashed and in logs I can see: `A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x5c in tid 22068 (t.local.android)` No clue...

### Description I've added new module to my Android project which is not a library: `apply plugin: 'com.android.library'` but a dynamic feature that I want to uninstall at some time...

When calling `NumberFormat.format()` with `Decimal` as an argument, there is ``` NoSuchMethodError Class 'Decimal' has no instance getter 'isNegative'. Receiver: Instance of 'Decimal' Tried calling: isNegative ``` It would be...

## Steps to Reproduce Upgrade to Flutter `3.7.0` (previously working fine on `3.3.10`). Run the app on iOS (e.g. iPhone simulator 14 or SE 3rd gen). App with CustomScrollView and...

I'm wondering if it's possible to have a view with tabs under which there are scrollable list items and would it work with MultiSliver? In other words a TabBar inside...

question