About 488,000 results
Open links in new tab
  1. flutter freezed package missing when and map methods in …

    Apr 16, 2025 · Freezed no longer generates .map /.when extensions and their derivatives for freezed classes used for pattern matching. Instead, use Dart's built-in pattern matching syntax.

  2. Using dart Freezed with sealed classes and fromJson

    Mar 15, 2024 · The documentation of freezed is telling that we should just use the sealed classes made available in dart 3. However: it does not explain how to use it, especially in combination …

  3. missing methods to override in Freezed Flutter [duplicate]

    Jun 3, 2025 · missing methods to override in Freezed Flutter [duplicate] Asked 6 months ago Modified 6 months ago Viewed 365 times

  4. dart - Flutter Freezed 3.0.0 with riverpod - Stack Overflow

    Mar 27, 2025 · I recently upgraded my Freezed from 2.x.x to 3.x.x. After the upgrade, my Riverpod state file gave me an error, indicating that I need concrete getters. I couldn't find any …

  5. "Missing concrete implementation of 'getter …

    May 21, 2025 · I got an error in using flutter bloc and freezed page using for state management I couldn't find solution "Missing concrete implementation of 'getter _$CounterState.count'.

  6. Freezed and json_serializable: How to use a custom converter

    Apr 18, 2021 · Since null safety was introduced, for JsonConverter to work with the freezed generator the nullability of the types declared in JsonConverter need to match the nullability of …

  7. Freeze Irregular Verb - Definition & Meaning - UsingEnglish.com

    Want to learn about the irregular verb 'Freeze'? We've got all you need: clear definitions, conjugations, and usage examples for effective learning.

  8. flutter - Adding methods to Freezed Class - Stack Overflow

    Aug 31, 2022 · If you are adding methods to your freezed-model, as you are in this case, you have to define a private constructor. So, add the line below, re-generate and everything should …

  9. Dart Freezed package: Missing toJson method in generated file …

    Oct 29, 2024 · When you do that, the ToJson method in your autonomy_event.g.dart will be generated, and the reference in autonomy_event.freezed.dart will be resolved. Complete class …

  10. flutter - how to use freezed on a class with custome function that ...

    how to use freezed on a class with custome function that inherits from a non-sealed class in dart? Asked 3 years, 10 months ago Modified 3 years, 1 month ago Viewed 2k times