Romain Rastel
Romain Rastel
Thanks! Concerning `Performer`, for now, it's just an abstract class for objects which want to be notified when attached and detached from the tree. It's here in case there is...
Hi @DoCode. I didn't designed the partial expand to merge such templates. Why do you need such things? To me, you should have these templates: - Example 1: ```csharp string...
@DoCode thanks for this explanation. So if I understand correctly the `UrlHelper` creates url like `"https://localhost:5000/api/resource{?key,value}{?id,name}"`?
Ok so you generate the part `{?key,value}{?id,name}`? Why don't you generate `{?key,value,id,name}` instead ?
Ok I understand now. UriTemplate must be a valid uri in the first place, so you will have to handle it yourself. If you want you can do that with...
Hi, we are refactoring some code in our repository and we introduced circular dependencies between packages to speed up the work. But by doing so we hit this issue in...
@EM-Sabeel Thank you for your commit. I took the liberty to include this fix in the version 4.0.2, but since I changed the code a little, I will close this...
I tried to profile this with DartDev Tools but I only get the size of the pointers :/ I will search it we can have some kind of method which...
@knaeckeKami have you an idea on how we can fix this issue? Is it an issue from ferry or from another package?
Hi, I had some time to look into the issue. I don't know what is really causing the issue, but I came up with what should like the `data.gql.dart `file...