PackRuble / cardoteka

The best type-safe wrapper over SharedPreferences. ⭐ Why so? -> strongly typed cards for access to storage -> don't think about type, use get|set -> can work with nullable values -> callback based updates
https://t.me/+AkGV73kZi_Q1YTMy
Apache License 2.0
2 stars 0 forks source link

Evaluate the impact of `--obfuscate` on the keys in our card, which is Enum #23

Open PackRuble opened 3 months ago

PackRuble commented 3 months ago

At the time of writing, the documentation states that obfuscation does not apply to Enum. However, this behavior may change in the future. You should keep this issue under control and add information about it in the readme.

https://docs.flutter.dev/deployment/obfuscate#caveat

Enum names are not obfuscated currently.

For now, it is safe to use Enum.name as keys for SP.