Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / felangel/equatable issues and pull requests

#179 - Question about syntax: spread operator for subclasses

Issue - State: closed - Opened by lukas-pierce about 1 month ago - 2 comments
Labels: question

#178 - Comparing identical values with parent class is not working

Issue - State: closed - Opened by alanchan-dev about 2 months ago

#178 - Comparing identical values with parent class is not working

Issue - State: closed - Opened by alanchan-dev about 2 months ago

#176 - chore: add `funding` and `topics` to `pubspec.yaml`

Pull Request - State: closed - Opened by felangel 3 months ago

#176 - chore: add `funding` and `topics` to `pubspec.yaml`

Pull Request - State: closed - Opened by felangel 3 months ago

#175 - feat: rewrite using macros

Issue - State: open - Opened by felangel 4 months ago - 6 comments
Labels: enhancement

#174 - feat: macros

Pull Request - State: open - Opened by felangel 4 months ago

#173 - Feat/performance improvement

Pull Request - State: open - Opened by Maksimka101 10 months ago - 14 comments
Labels: enhancement

#172 - Is that logical? Object equals but element not equals.

Issue - State: closed - Opened by FantaZZ 10 months ago - 1 comment

#171 - Publish a new version

Issue - State: closed - Opened by ellet0 11 months ago - 2 comments

#170 - chore: fix typo in doc comment

Pull Request - State: closed - Opened by azack 11 months ago

#169 - refactor: update `analysis_options.yaml`

Pull Request - State: closed - Opened by felangel 12 months ago

#168 - Do Equatable actually need to be immutable

Issue - State: closed - Opened by Nikzed about 1 year ago - 1 comment

#167 - `Foo(1) == Foo(1.0)` is false

Issue - State: closed - Opened by Mike278 about 1 year ago - 2 comments

#166 - Support for mutable class objects

Issue - State: closed - Opened by busslina about 1 year ago - 3 comments
Labels: question

#165 - Why do we need to compare runtimeType?

Issue - State: closed - Opened by anggaaryas about 1 year ago - 5 comments
Labels: question, waiting for response

#164 - A Map considered equal even if its not

Issue - State: closed - Opened by giacomomasseron about 1 year ago - 3 comments
Labels: question

#163 - feat: support stringifyProps

Pull Request - State: closed - Opened by devpawann about 1 year ago - 1 comment

#162 - Upgrade sdk to include Dart 3

Issue - State: closed - Opened by soeren-schmaljohann-2denker about 1 year ago - 3 comments

#161 - feat: make Equatable `abstract mixin class`

Pull Request - State: closed - Opened by utamori over 1 year ago - 2 comments

#160 - `Equatable` is redundant with `EquatableMixin`

Issue - State: closed - Opened by shilangyu over 1 year ago - 2 comments

#159 - List of object dosen't work correctly

Issue - State: closed - Opened by MajdSallora over 1 year ago - 12 comments
Labels: question

#158 - Provide lint for forgotten fields in props

Issue - State: closed - Opened by petrnymsa almost 2 years ago - 3 comments

#157 - `runtimeType` prevents from using generic type

Issue - State: closed - Opened by ValentinVignal almost 2 years ago - 5 comments
Labels: question, wontfix

#156 - Fix NPE on toString with null prop

Pull Request - State: closed - Opened by giljulio almost 2 years ago - 3 comments

#155 - Doesn't work with List<File> as property

Issue - State: closed - Opened by DamnDaniel-98 almost 2 years ago - 1 comment
Labels: question

#154 - fix: add @immutable to EquatableMixin

Pull Request - State: closed - Opened by felangel almost 2 years ago
Labels: bug

#153 - Storing the hashCode

Issue - State: closed - Opened by MelbourneDeveloper almost 2 years ago - 3 comments
Labels: waiting for response

#152 - Store hashCode

Pull Request - State: closed - Opened by MelbourneDeveloper almost 2 years ago - 1 comment

#151 - Same object, same runtimeType but runtimeType== other.runtimeType is false

Issue - State: closed - Opened by itaishalom about 2 years ago - 3 comments
Labels: question

#150 - chore: v2.0.5

Pull Request - State: closed - Opened by felangel about 2 years ago
Labels: chore

#149 - fix: props are not of type Comparable

Pull Request - State: closed - Opened by felangel about 2 years ago
Labels: bug

#148 - chore: v2.0.4

Pull Request - State: closed - Opened by felangel about 2 years ago
Labels: chore

#147 - Enum implementing Equatable related classes

Issue - State: closed - Opened by FMorschel about 2 years ago - 5 comments

#146 - ci: use very_good_workflows

Pull Request - State: closed - Opened by felangel about 2 years ago

#145 - feat request: add `stringifyProps`

Issue - State: closed - Opened by narcodico about 2 years ago - 4 comments

#144 - fetch all list of properties dynamic

Pull Request - State: closed - Opened by ttpho about 2 years ago - 1 comment

#143 - Equatable doesn't checks for Equality for variables in parent class

Issue - State: closed - Opened by LeeBoonKong about 2 years ago - 3 comments

#142 - fix: use SplayTreeSet to resolve inconsistent hashCode

Pull Request - State: closed - Opened by devmil about 2 years ago - 1 comment
Labels: bug

#141 - Equality and Hashcode differ for Sets with different order

Issue - State: closed - Opened by devmil about 2 years ago
Labels: bug

#140 - refactor: simplify `toString` logic

Pull Request - State: closed - Opened by Amir-P over 2 years ago - 1 comment

#139 - Same hashcode for different new lists

Issue - State: closed - Opened by iamafzalhassan over 2 years ago - 1 comment

#138 - Equal not working as expected

Issue - State: closed - Opened by javicerezuela over 2 years ago - 4 comments
Labels: question

#137 - docs: fix typo in README

Pull Request - State: closed - Opened by kumabotz over 2 years ago
Labels: documentation

#136 - Update README.md to use List<Object?>

Pull Request - State: closed - Opened by noamraph over 2 years ago - 3 comments

#135 - test: add tests for nested iterable

Pull Request - State: closed - Opened by felangel over 2 years ago
Labels: chore

#134 - Why the equatable need to be @immutable?

Issue - State: closed - Opened by Katekko over 2 years ago - 1 comment

#133 - Feat: Add derived object comparability

Pull Request - State: closed - Opened by mrgnhnt96 over 2 years ago - 2 comments

#132 - Comparing Derived Classes Fails When Shared Properties Are The Same

Issue - State: closed - Opened by SupposedlySam over 2 years ago - 4 comments
Labels: duplicate, waiting for response

#131 - testing equality of derived types

Issue - State: closed - Opened by ride4sun almost 3 years ago - 10 comments
Labels: question

#129 - Use Dart 2.14's new hashing functions

Issue - State: closed - Opened by hacker1024 almost 3 years ago - 3 comments
Labels: enhancement

#128 - ci: upgrade to [email protected]

Pull Request - State: closed - Opened by felangel about 3 years ago

#127 - Add option to exclude properties for equal check

Issue - State: closed - Opened by JulianBissekkou about 3 years ago - 3 comments

#126 - Strange behavior when comparing objects with lists

Issue - State: closed - Opened by samuellow over 3 years ago - 7 comments
Labels: question

#125 - chore(deps): remove unused coverage dev dependency

Pull Request - State: closed - Opened by felangel over 3 years ago
Labels: chore

#124 - chore: v2.0.3

Pull Request - State: closed - Opened by felangel over 3 years ago
Labels: chore

#123 - ci: verify pub score

Pull Request - State: closed - Opened by felangel over 3 years ago

#122 - fix: EquatableMixin == to use Object instead of Object?

Pull Request - State: closed - Opened by felangel over 3 years ago - 3 comments
Labels: bug

#121 - Equatable for List<Object> doesn't work

Issue - State: closed - Opened by c0c4i over 3 years ago - 2 comments
Labels: question

#120 - fix: prop of type map with non-comparable key

Pull Request - State: closed - Opened by felangel over 3 years ago
Labels: bug

#119 - [2.0.1]Exception when the key of Map is not subtype of type Comparable.

Issue - State: closed - Opened by elseyu over 3 years ago - 3 comments
Labels: bug

#118 - fix: hashCode should be the same for equal objects

Pull Request - State: closed - Opened by felangel over 3 years ago
Labels: bug

#117 - listEquals returns true when it should be false

Issue - State: closed - Opened by Macacoazul01 over 3 years ago

#116 - Overriding props with blank list

Issue - State: closed - Opened by tirth-stasis over 3 years ago - 2 comments
Labels: question

#115 - Should EquatableMixin.== have Object instead of Object? as an argument?

Issue - State: closed - Opened by tuanvugoodmoney over 3 years ago - 7 comments
Labels: bug

#114 - Objects that are treated as equal have different hash codes in rare cases

Issue - State: closed - Opened by kaboc over 3 years ago
Labels: bug, investigating

#113 - Null check operator used on a null value

Issue - State: closed - Opened by DarkHeros09 over 3 years ago - 2 comments
Labels: duplicate, question

#112 - Question about Equatable and immutability

Issue - State: closed - Opened by TheMeanCanEHdian over 3 years ago - 4 comments
Labels: question, waiting for response

#111 - Support Nullable Types on props | Flutter 2.0 and Dart 2.12 upgrade

Issue - State: closed - Opened by Edorin9 over 3 years ago - 13 comments
Labels: question

#110 - Setting class attributes by index

Issue - State: closed - Opened by eltiganiomar over 3 years ago

#109 - feat!: stringify defaults to true in debug mode

Pull Request - State: closed - Opened by felangel over 3 years ago - 2 comments
Labels: enhancement

#108 - fix: support legacy equality overrides

Pull Request - State: closed - Opened by felangel over 3 years ago - 1 comment
Labels: bug

#107 - fix: support legacy equality overrides

Pull Request - State: closed - Opened by creativecreatorormaybenot over 3 years ago - 12 comments
Labels: bug

#106 - docs: migration docs change

Pull Request - State: closed - Opened by Abhishek01039 over 3 years ago
Labels: documentation

#105 - docs: Make constructor constants

Pull Request - State: closed - Opened by Abhishek01039 over 3 years ago
Labels: documentation

#104 - EquatableConfig.stringify should be true in tests environment

Issue - State: closed - Opened by orestesgaolin over 3 years ago - 1 comment
Labels: enhancement

#103 - fix: iterable equality comparisons

Pull Request - State: closed - Opened by felangel over 3 years ago - 6 comments
Labels: bug

#102 - Update null-safe dependencies

Pull Request - State: closed - Opened by hacker1024 over 3 years ago - 1 comment
Labels: chore

#101 - Equatable doesn't work with nested custom Iterable objects

Issue - State: closed - Opened by nxtSwitch over 3 years ago
Labels: bug

#100 - runtimeType usage

Issue - State: closed - Opened by creativecreatorormaybenot over 3 years ago - 1 comment

#99 - Add a displayableProps

Issue - State: closed - Opened by LefebvreIlyas over 3 years ago - 1 comment
Labels: question

#98 - fix: stringify instance with long properties (null_safety)

Pull Request - State: closed - Opened by PegasisForever over 3 years ago - 1 comment

#97 - fix: stringify instance with long properties

Pull Request - State: closed - Opened by PegasisForever over 3 years ago - 1 comment
Labels: bug

#96 - Support different props for == and hashcode

Issue - State: closed - Opened by xuan-nguyen-swe over 3 years ago - 4 comments
Labels: question

#95 - fix: show all props in toString() method

Pull Request - State: closed - Opened by polRk almost 4 years ago - 1 comment
Labels: wontfix

#94 - Bad working of toString

Issue - State: closed - Opened by polRk almost 4 years ago - 4 comments
Labels: bug

#93 - fix: Stringify null properties as "null" instead of ""

Pull Request - State: closed - Opened by PegasisForever almost 4 years ago
Labels: enhancement

#92 - Add field labels when generating toString

Issue - State: closed - Opened by JamesMcIntosh almost 4 years ago - 16 comments
Labels: question

#91 - Mark a props equals if is identical

Issue - State: closed - Opened by sm2017 almost 4 years ago - 11 comments
Labels: question

#90 - I should use final, but what if I need to modify something instead?

Issue - State: closed - Opened by EmanueleVinci almost 4 years ago - 1 comment
Labels: question

#89 - Full Output toString

Issue - State: closed - Opened by Prn-Ice almost 4 years ago - 1 comment

#88 - Update README.md

Pull Request - State: closed - Opened by 726D almost 4 years ago
Labels: documentation

#87 - fix typo in equatable documentation

Pull Request - State: closed - Opened by yafkari about 4 years ago
Labels: documentation

#86 - Updated usage instructions

Pull Request - State: closed - Opened by slimyjimmy about 4 years ago
Labels: documentation

#85 - Lists even if elements are Equatable don't cause changes

Issue - State: closed - Opened by JohnGalt1717 about 4 years ago - 9 comments
Labels: question

#84 - feat!: nullsafety

Pull Request - State: closed - Opened by felangel about 4 years ago - 8 comments
Labels: enhancement

#83 - docs: fix dartdoc warnings

Pull Request - State: closed - Opened by felangel about 4 years ago
Labels: bug, documentation

#82 - fix: EquatableMixin should respect global stringify

Pull Request - State: closed - Opened by felangel about 4 years ago
Labels: bug