copy_with_extension
copy_with_extension copied to clipboard
Provides Dart Build System builder for generating copyWith extensions for annotated classes.
https://github.com/numen31337/copy_with_extension/blob/master/copy_with_extension/lib/copy_with_extension.dart
**Describe the issue** flutter_lints: 2.0.1 Avoid using private types in public APIs. https://dart-lang.github.io/linter/lints/library_private_types_in_public_api.html **Environment details** Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision fb57da5f94 (2 weeks ago) •...
Because the field is now assigned null through copywith, the result is ambiguous: 1. remain unchanged 2. set to null.
**Describe the issue** I make use of FlutterFire Firebase Authentication. This package declares a model `User` which clashes with my own `User` model. Therefore I import Firebase Authentication namespaced: `import...
**Describe the issue** When my class is private `_Ready`, I would expect that all generated code should also be private to be used from only within that library/file. Current Generated...
First of all, thanks for the package! It's pretty awesome and I use it in production when I don't need all the stuff generated by Freezed for some models. Recently...
**Describe the issue** As a developer, deprecating fields is sometimes needed. Deprecating the field will trigger a lint throughout the project to alert the developer to avoid using this parameter/property....