issues
search
google
/
built_collection.dart
Immutable Dart collections via the builder pattern.
https://pub.dev/packages/built_collection
BSD 3-Clause "New" or "Revised" License
276
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump actions/checkout from 4.2.0 to 4.2.2
#300
dependabot[bot]
closed
1 week ago
0
Bump actions/checkout from 4.1.7 to 4.2.0
#299
dependabot[bot]
closed
1 month ago
0
Add `ListBuilder.of` and `SetBuilder.of` contructors
#298
iinozemtsev
closed
2 months ago
0
Bump actions/checkout from 4.1.6 to 4.1.7
#297
dependabot[bot]
closed
4 months ago
0
Bump dart-lang/setup-dart from 1.6.4 to 1.6.5
#296
dependabot[bot]
opened
4 months ago
0
Bump actions/checkout from 4.1.4 to 4.1.6
#295
dependabot[bot]
closed
5 months ago
0
Bump actions/checkout from 4.1.1 to 4.1.4
#294
dependabot[bot]
closed
6 months ago
0
Bump dart-lang/setup-dart from 1.6.2 to 1.6.4
#293
dependabot[bot]
closed
6 months ago
0
Bump actions/checkout from 4.1.1 to 4.1.2
#292
dependabot[bot]
closed
6 months ago
1
Bump dart-lang/setup-dart from 1.6.0 to 1.6.2
#291
dependabot[bot]
closed
9 months ago
0
Bump dart-lang/setup-dart from 1.5.1 to 1.6.0
#290
dependabot[bot]
closed
10 months ago
0
Bump actions/checkout from 4.1.0 to 4.1.1
#289
dependabot[bot]
closed
10 months ago
1
Make nullability check const.
#288
davidmorgan
closed
2 months ago
0
Bump dart-lang/setup-dart from 1.5.0 to 1.5.1
#287
dependabot[bot]
closed
1 year ago
0
Bump actions/checkout from 3.6.0 to 4.1.0
#286
dependabot[bot]
closed
1 year ago
0
Bump actions/checkout from 3.5.2 to 3.6.0
#285
dependabot[bot]
closed
1 year ago
0
Fix analysis failure due to infos moving around.
#284
davidmorgan
closed
1 year ago
0
const BuiltList with Expando to cache hashCode
#283
ahmednfwela
opened
1 year ago
0
making all collections const
#282
ahmednfwela
opened
1 year ago
1
Remove BuiltList.from. Remove legacy test.
#281
davidmorgan
closed
1 year ago
0
Include example of Built Collections comparison
#280
kwill39
closed
1 year ago
6
tighten `MapBuilder` factory parameter
#279
ahmednfwela
opened
1 year ago
2
asList() always returns a new instance
#278
reneky
opened
1 year ago
1
Built Collections deep comparison question
#277
kwill39
closed
1 year ago
3
Bump actions/checkout from 3.5.0 to 3.5.2
#276
dependabot[bot]
closed
1 year ago
0
Bump dart-lang/setup-dart from 1.4.0 to 1.5.0
#275
dependabot[bot]
closed
1 year ago
0
Bump actions/checkout from 3.3.0 to 3.5.0
#274
dependabot[bot]
closed
1 year ago
1
Remove obsolete test.
#273
davidmorgan
closed
1 year ago
0
Bump dart-lang/setup-dart from 1.3 to 1.4
#272
dependabot[bot]
closed
1 year ago
1
Bump actions/checkout from 3.2.0 to 3.3.0
#271
dependabot[bot]
closed
1 year ago
0
BuiltMap.containsKey should accept `Object?`
#270
davidmorgan
opened
1 year ago
1
`BuiltList` won't compute hash as part of `==`.
#269
lrhn
opened
1 year ago
2
Bump actions/checkout from 3.1.0 to 3.2.0
#268
dependabot[bot]
closed
1 year ago
0
blast_repo fixes
#267
devoncarew
closed
1 year ago
0
Add `contains` methods to built multimaps.
#266
LorenVS
opened
2 years ago
1
Update README.md
#265
devoncarew
closed
2 years ago
2
set up github actions support
#264
devoncarew
closed
2 years ago
1
Shouldn't BuiltMap<String, BuiltSet<int>> work out of the box?
#263
larssn
opened
2 years ago
9
Update pubspec.yaml
#262
Eng-Mouaz-M-AlShahmeh
closed
2 years ago
3
Found 1 file excluded from sound null safety
#261
devoncarew
closed
2 years ago
1
[Feature Request/ Question] Native Support for json_serializable / json_annotation
#260
MSCL
opened
2 years ago
3
Unable to update nested BuiltList inside ListBuilder
#259
komritza
closed
2 years ago
5
Update pubspec.yaml
#258
devoncarew
closed
2 years ago
2
Docs for `asList` misleading
#257
davidmorgan
opened
2 years ago
0
Rename Map.build() to Map.toBuiltMap()
#256
lukepighetti
closed
2 years ago
3
MapBuilder dont fail in compilation time if generics does not match on constructor
#255
danielgomezrico
opened
2 years ago
8
Why is the return operator[] on BuiltSetMultimap nullable?
#253
Pacane
opened
3 years ago
0
Release 5.1.1
#252
davidmorgan
closed
3 years ago
0
Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE
#251
scheglov
closed
3 years ago
2
(Question) how to rebuild every value in BuiltList?
#250
linxkaa
opened
3 years ago
1
Next