issues
search
schultek
/
dart_mappable
Improved json serialization and data classes with full support for generics, inheritance, customization and more.
https://pub.dev/packages/dart_mappable
MIT License
164
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
how to generate lerp function
#243
yousefak007
closed
2 days ago
3
DateTime doesn't work as expected
#242
lukepighetti
opened
1 week ago
1
Conversion "Strictness"
#241
bgintzairspace
opened
2 weeks ago
1
[Feature request] MappableField to work on Mixins or interfaces
#240
AhmedLSayed9
opened
3 weeks ago
1
Ignore big fields on equality
#239
CodeDoctorDE
opened
1 month ago
0
Bug: Incorrect mapper generation when a class has a generic Function
#238
Jei-sKappa
closed
1 month ago
1
generics build warning for number of params of copyWith method
#237
chirastefan
opened
1 month ago
0
feat: allow exclude fields from toJson and toMap
#236
stact
opened
2 months ago
0
Feature Request : Dart Macros support
#235
Ankit3994
opened
2 months ago
1
Question about Library Level and Class Level
#234
devfelipereis
closed
2 months ago
0
`@MappableClass(ignoreNull: true)` ignoreNull, doesn't work after execution of `beforeEncode()` method from applied Hook.
#233
RohanSenguptaMantisPro
closed
1 month ago
3
fix library path on windows
#232
mateen-demah
closed
1 month ago
1
`includeCustomMappers` confusing global state behavior when used in MappableClass annotation
#231
AhmedLSayed9
closed
1 month ago
5
help: updating nested collections and values
#230
lukepighetti
opened
2 months ago
2
EmptyToNullHook doesn't solve certain issues. Need better empty string handling approach.
#229
RohanSenguptaMantisPro
opened
2 months ago
5
Mapper for Generic class with Type bounds.
#228
LeoBound
closed
1 month ago
2
generics build warning for number of params of copyWith method
#227
chirastefan
closed
1 month ago
2
The method 'equalsValue' isn't defined for the class 'XXXMapper'.
#226
szuwest
closed
2 months ago
0
[Proposal] Add the ability to change DateTimeEncoding mode for specific model
#225
AhmedLSayed9
closed
2 months ago
2
Unable to reuse annotation for custom MappableClass
#224
LeoBound
closed
1 month ago
1
Idea: Extending dart_mappable Annotations for Enhanced Flexibility
#223
yousefak007
opened
3 months ago
3
Failing to Serialize Custom Map
#222
puzzleweaver
closed
3 months ago
2
Make copyWith Generic
#221
gabrielmcreynolds
closed
3 months ago
1
Bug: Build Runner Generates Incorrect .mapper File With Nullable Generics
#220
gabrielmcreynolds
closed
1 month ago
5
copyWith() on generic subclass
#219
arnoutvandervorst
closed
3 months ago
1
Null discriminatorValue not being transformed using the provided caseStyle
#218
YoussefLasheen
closed
3 months ago
1
bug: enum field default cannot be null
#217
lukepighetti
opened
3 months ago
4
`copyWith` method fails to include base class parameters in inheritance
#216
meynety
closed
1 month ago
1
`copyWith` missing optional parameter of abstract class with polymorphism
#215
samfeng0517
closed
3 months ago
1
Support backwards compatibility while changing field names
#214
esuljic
closed
3 months ago
4
toJson has unexpected type String
#213
lukepighetti
closed
4 months ago
2
Nested Generics don't work with extends
#212
BenjiFarquhar
opened
4 months ago
0
Does this library support obfuscation in production builds? dart-json-mapper does not
#211
buzzware
opened
4 months ago
1
MapperException: Failed to decode (MyClassA<MyFirstDto>).request(List<MyClassB<UnresolvedType>>): Unknown type List<MyClassB<UnresolvedType>>. Did you forgot to annotate the class or register a custom mapper?
#210
DevThibautMonin
closed
4 months ago
3
Is it possible to decode a json list without using `MapperContainer`?
#209
rubenferreira97
closed
4 months ago
4
package throws exception if the application build in release mode: `NoSuchMethodError: Closure call with mismatched arguments: function 'MapperBase.typeFactory.<anonymous closure>'`
#208
MohaAmiry
closed
4 months ago
18
MappableField with key as raw String
#207
outrelouxhe
opened
4 months ago
2
DateTime serializes to UTC by default... good, but then how to deserialize back to local time zone?
#206
tgrushka
opened
4 months ago
3
copyWith not generating
#205
lukepighetti
closed
5 months ago
1
excepion when using `MappingHook` on nullable fields: type `Null` is not a subtype of type `X` in type cast
#204
MohaAmiry
closed
4 months ago
3
syntax parsing error when declaring const hook
#203
dickermoshe
opened
5 months ago
2
mapper instance methods
#202
lukepighetti
closed
4 months ago
5
Generate `copyWith` etc without generating `fromJson` etc
#201
caseycrogers
closed
4 months ago
1
Subtypes discriminating on Mappable Enums do not de-serialize
#200
Mereep
closed
5 months ago
2
`__type` being applied to nested objects even when includeTypeId is set false
#199
AhmedLSayed9
opened
5 months ago
1
Macros support
#198
hatch01
closed
5 months ago
2
Out of Memory for build runner
#197
tsherdiwala
opened
6 months ago
4
Wasm build error: identityHashCode
#196
leoafarias
closed
6 months ago
0
Are CustomMappers global state?
#195
MBulli
closed
5 months ago
2
MappableRecord.toMap includes metadata for nullable fields
#194
chimon2000
closed
3 months ago
1
Next