Benjamin
Benjamin
Can we please get an update on this?
> I think we should guarantee that a spread of a list literal, `...[something in here]`, is _always_ optimized to avoid allocating a list. It will guaranteed work as an...
@huycozy Can this issue be re-opened? I created a post on the forum on July 21st and haven't gotten a response, and my other feature request issue is open.
> @Reprevise take a look at #852 and feel free to leave any comments I'd love to see an update to the `requestConsentInfoUpdate` method and to the `loadConsentForm` method (regardless...
This wrapper for Maps' PolyUtils class can help with determining whether a user is within a polygonal area: https://pub.dev/packages/google_map_polyutil
So I have two types here: ```dart @freezed class MatchData with _$MatchData { @json const factory MatchData({ @Default({}) Map attributes, @Default({}) Map metadata, @Default([]) List segments, }) = _MatchData; factory...
I don't see how adding the ability to disable parsing/serialization of code makes it more complicated, especially if both are enabled by default. 99% of my classes don't require serialization...
For my case specifically, it's not like I'm giving it a type and expecting it to parse it on its own as I'm providing it the method that it can...
If you're talking about `ApiResponse`'s `fromJson` method, then yeah, it can be generated.
The following works though. I'm confused as to why the text I posted originally doesn't. It also works without the `=` sign in front of it, where on sites like...