dart_mappable
dart_mappable copied to clipboard
Does this library support obfuscation in production builds? dart-json-mapper does not
--obfuscate is an option on the dart compiler to protect your source code in production builds from decompilation. I found myself in the position of having used dart-json-mapper extensively, then discovering the app crashes only in production due to obfuscation and there is no way to use both.
https://github.com/k-paxian/dart-json-mapper/blob/master/mapper/README.md#known-limitations
Does this library support obfuscation?
I haven't tried it yet.