MattisBrizard

Results 6 comments of MattisBrizard

Hi @wwwdata, is this pull request still active ? I also need this implementation, and see that's it is an old PR. I see that it requires @amirh approval, any...

Hi @leoafarias, maybe another suggestion to check out: - [Routemaster](https://pub.dev/packages/routemaster) - Simple to setup and to use

Flutter is using a workaround to handle the case. I found it here: https://github.com/flutter/flutter/issues/60675 ```dart /// Runs a callback using FakeAsync.run while continually pumping the /// microtask queue. This avoids...

Flutter is using a workaround to handle the case. I found it here: https://github.com/flutter/flutter/issues/60675 ```dart /// Runs a callback using FakeAsync.run while continually pumping the /// microtask queue. This avoids...

Hi @knaeckeKami, I think this would be a top feature for monorepos Do you think that there is still much to do to ship this feature ?

It's not possible to have each package generate its own Serializers and merge it with the one from the schema? As you mentioned [here](https://github.com/gql-dart/ferry/issues/531#issuecomment-1681980509): > * feature packages depend on...