issues
search
marcglasberg
/
fast_immutable_collections
Dart Package: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
BSD 2-Clause "Simplified" License
218
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Classes that mixin FromIListMixin can't be const.
#84
Nana-Kwame-bot
closed
3 weeks ago
2
Major version for a Sponsor ?
#83
ndelanou
closed
3 weeks ago
1
IMap.fromJson does not support custom types for keys
#82
urusai88
opened
2 months ago
1
Growable ListMap, with `insert` method.
#81
busslina
closed
5 months ago
5
Docs error?
#80
busslina
closed
5 months ago
2
docs: Added the 6th rule of immutable classes
#79
larssn
opened
5 months ago
0
[QUESTION] About IMap.update
#78
busslina
closed
6 months ago
4
feat: Allow zip method different type
#77
narumincho
closed
6 months ago
1
feat: IListEmpty and friends
#76
LowLevelSubmarine
closed
8 months ago
7
operations on IList.empty() (and others) do not work when modified
#75
LowLevelSubmarine
closed
8 months ago
11
feat: add remaining .empty() const factories
#74
LowLevelSubmarine
closed
8 months ago
2
Enable empty lists inferred as double (eg: <double>[]) to return a zero of type double
#73
matthias-prevost
closed
8 months ago
0
feat: IList.empty() const factory
#72
LowLevelSubmarine
closed
8 months ago
1
fix types in sumBy to enable summing a list full of doubles
#71
matthias-prevost
closed
8 months ago
1
fix: fix null check value exception when imap update
#70
karabanovbs
closed
9 months ago
2
IMap update throw "Null check operator used on a null value"
#69
karabanovbs
closed
9 months ago
1
ISet.difference does not always return the correct result
#68
MichaelTamm
closed
10 months ago
1
Feat/remove tuples
#67
ricardodalarme
closed
10 months ago
2
Sliding
#66
Solido
opened
1 year ago
0
Best Practices for Mutating Collections Multiple Times
#65
shtse8
closed
1 year ago
1
IList `replaceFirstWhere` unnecessary nullable
#64
TekExplorer
closed
1 year ago
4
What is the most straightforward way to replace an item on an ISet?
#63
busslina
closed
1 year ago
1
IHashMap Implementation
#62
point-source
closed
1 year ago
3
Suggestion: Use `@useResult` instead of `@useCopy` (or use both)
#61
bvoq
closed
1 year ago
1
IListConst when empty has not type
#60
i-panov
closed
1 year ago
3
Can Tuple2 be removed with Dart 3.0 now having Records?
#59
saibotma
closed
10 months ago
5
Incompatible with json_serializable toJson/fromJson: issue _safeKeyFromJson
#58
JoanSchi
opened
1 year ago
4
Add `firstWhereOrNull` method
#57
torbenkeller
closed
1 year ago
1
Const constructors?
#56
giaur500
closed
1 year ago
1
Fix build issue for benchmark app
#55
khoadng
closed
1 year ago
1
Use unsafe immutable collections for JSON parsing
#54
Reprevise
closed
1 year ago
4
Fix type erasure in IMap.toJson
#53
tjarvstrand
closed
1 year ago
2
Address static analysis
#52
kwill39
closed
1 year ago
0
Use of Fast Immutable Collections with Freezed results in dynamic types
#51
shtse8
closed
1 year ago
4
Add support for enums to compareObject function
#50
MichaelTamm
closed
1 year ago
1
Resolve warnings pointed out by dart analyzer
#49
noriHanda
closed
1 year ago
9
Fix incorrect use of identical in README.md
#48
narumincho
closed
1 year ago
0
Fix year for 8.0.0 release in CHANGELOG
#47
semperos
closed
1 year ago
0
IList.update
#46
norpan
closed
1 year ago
1
Dart Error: error: illegal recursive type 'IMap<C1X0, C1X1>'
#45
l-7-l
closed
2 years ago
2
`averageBy`'s documentation code is that of `sumBy`
#44
narumincho
closed
2 years ago
1
App crashes when evaluating `toIList` expression in IntelliJ or VSCode using debugger
#42
saibotma
closed
2 years ago
4
Add firstWhereOrNull and lastWhereOrNull
#41
lulupointu
closed
2 years ago
2
Minor improvement to codebase
#40
fzyzcjy
closed
2 years ago
2
type 'String' is not a subtype of type 'Enum' in type cast
#39
nikitadol
opened
2 years ago
4
IListConst.empty()
#38
Solido
closed
2 years ago
5
Fix the deepEquals extension method
#37
yehorh
closed
2 years ago
1
deepEquals compare objects using [identical] 😓
#36
yehorh
closed
2 years ago
2
ListMap: Does not implement operator==
#35
vHanda
closed
2 years ago
2
ListMap: forEach does not respect key order
#34
vHanda
closed
2 years ago
1
Next