Nikita Kovalenko

Results 11 comments of Nikita Kovalenko

I think the problem is not in the `responsive_framework` library, but in the `router`. I have the same problem in the app with `router`, but without `responsive_framework`.

This solution doesn't work any more > Should be ok with 1.0. Can you test it?

Hello @slovnicki ! Thank you for your response! I'm sorry for answering so long. No, I haven't tried newer versions, but I think the problem is somewhere in my code...

@rrousselGit Hello, Remi! Thank you very much for your reply! I've done my best to detach a problem part from my app and created a reproducible example. Hope it will...

I have the same problem. I use Riverpod for state management. ``` @override void initState() { super.initState(); debugPrint('here'); _pagingController.addPageRequestListener((final int pageKey) async { debugPrint('pageKey = $pageKey'); await ref .read(directionsControllerProvider(widget.id).notifier) .loadList(pageKey);...

Hi @huycozy I'm sorry, it seems the problem is on my side - there was a crash of my IDE (IntelliJ), which caused analyzer work incorrectly

@huycozy I have decided to reopen issue because it seems to be more wide than I thought. During the last day two persons have written to me that they are...

> This seems to be related to [`test_api 0.6.0` change log](https://pub.dev/packages/test_api/changelog#060): > > ``` > Remove the package:test_api/expect.dart' library. testwill export frompackage:matcher` directly. > ``` > > But I can...

> It's not working for me getting the same error. Any work around? Well, there is a workaround that works for some people (but it's a bit dirty): in your...