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
145 stars 21 forks source link

Does this library support obfuscation in production builds? dart-json-mapper does not #211

Open buzzware opened 1 month ago

buzzware commented 1 month ago

--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?

schultek commented 1 month ago

I haven't tried it yet.