-
Hi @k-paxian!
Today I faced a problem when using a custom enum converter. If you configure the mapper to use `enumConverterNumeric` and then try to deserialize the json value it fails.
### Minim…
-
Hi k-paxian,
Did you remove the cache layer from #86 ? I noticed that with the latest release it doesn't cache. I actually had a little problem with it. My app supports multiple locales, and if t…
-
* Dart SDK Version (`dart --version`) `Dart SDK version: 2.12.0-29.10.beta`, `Dart SDK version: 2.10.4` - tested using these dart sdks.
* Whether you are using Windows, MacOSX, or Linux (if applic…
-
Hi,
please i have an issue when i generated file, the function _initialiseRefectable() was absent. I don't know how to fix that.
![image](https://user-images.githubusercontent.com/49950314/10377…
-
```console
The whole error is
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following _CastError was thrown building MyAppFul(dirty, depe…
-
Enum needs to be annotated what value we see in code and what name of the value is in JSON. eg
* `enum Color {Red, Blue}` I need to be able to use `Color.Red` in Dart, but serialise `Red` to `red` …
-
Hi k-paxian,
I've ran across this scenario which forces me to manually comment out imports in main.mapper.g.dart
lib/models/user.dart
```dart
import 'package:dart_json_mapper/dart_json_mapper.…
-
I was trying to Added the iFrame For DocuSign, But my getting the Below Error:
```
**Refused to apply inline style because it violates the following Content Security Policy directive: "style-src-e…
-
Hello,
In fact the deserialization of list and enum are not working without custom adapters, maybe I miss something.
The deserialization doesn't throw exceptions but the enum values are null even if…
-
When an enum is declared in a local package
```dart
@jsonSerializable
enum Test {
one, two
}
```
and is used in another package
```dart
void main() async {
initializeJsonMapper();
…