Muhammad Kamel

Results 54 comments of Muhammad Kamel

This another video with replacing old Flutter SDK devtool app (version 3.24.5) and it works fine. :) https://github.com/user-attachments/assets/4ae9e91d-fe8b-4b53-a235-6c09b4d56a91

@srawlins Yeah! This is right 😁 The network requests not showing in the Network screen that I open from DevTools. When I am replacing the devtool folder of old Flutter...

@srawlins Kindly note the issue exits also when open Network from DevTools in the web.

@srawlins @kenzieschmoll I think replacing the old version of DevTools worked fine for me. I hope this issue gets resolved as soon as possible.

> > replacing the old version of DevTools worked fine for me > > If this is working for you to unblock your development workflow, then great. But please note...

I have updated the freezed annotation to be @Freezed(genericArgumentFactories: true, copyWith: false) to stop generate copyWith until you solve the issue. Thanks :) @rrousselGit

Thank you! It works fine :)

@felangel What if I want to use transformer for specific events, while I am using Pattern matching with sealed classes & final classes like the below example: ``` class AuthBloc...