Graham Smith
Graham Smith
The GridLayoutManager only supports a span in one direction however this library was attempting to span both columns and rows at the same time. If anyone knows how to achieve...
Hello 👋 I am new to the repo so apologies if this is not the right place. Thanks for all the hard work thus far 👍 I have been reading...
My example here might be of use @CherukuriSiva - https://github.com/lejard-h/chopper/issues/199#issuecomment-770369596
I also had this problem and found BuiltValue was harder to implement (although I plan to see if Freezed will have the same issues) My solution is: ``` class ApiResponse...
Interesting. I'm torn to be honest. I don't like the repetition in those examples and documentation is a good part of delivery so no one should be confused. I don't...
Just realised @stewemetal comments may not be for what I posted! 😅 Imagine if threads were a thing 😄
:+1: for openAPI @stewemetal is there a generator compatible with Chopper?
Things that might help/or not: - I never considered the size of Riverpod tombe a blocker. Smaller is nice though. - Whilst the lint is useful, is it 100% used...
Sorry additional thought... Does having to support two types for mixins a real blocker? Does it make sense to have a modified version for each type Vs presumably checking if...
Have you tried using the in built get app signature method that should give you the value?