Skip to content

Commit

Permalink
emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed May 18, 2024
1 parent 4676207 commit c8361ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/freezed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ void main() {

| features | status | comment |
| --------------- | ------ | ------------------------------------------------------------------------- |
| copyWith | ok | |
| toString | ok | |
| ==/hashCode | ok | |
| unions | wip | Supported, but macros are a bit bugged with regards to class inheritance. |
| json support | wip | |
| default values | ko | Requires macros to be more developed |
| deep copy | ko | Requires macros to be more developed |
| generic classes | ko | Requires macros to be more developed |
| copyWith | | |
| toString | | |
| ==/hashCode | | |
| unions | 🚧 | Supported, but macros are a bit bugged with regards to class inheritance. |
| json support | 🚧 | |
| default values | | Requires macros to be more developed |
| deep copy | | Requires macros to be more developed |
| generic classes | | Requires macros to be more developed |

[build_runner]: https://pub.dev/packages/build_runner
[freezed]: https://pub.dartlang.org/packages/freezed
Expand Down

0 comments on commit c8361ed

Please sign in to comment.