yeniel / native_shared_preferences

BSD 3-Clause "New" or "Revised" License
7 stars 23 forks source link

Multi file xml #3

Closed SiNguyen0604 closed 1 year ago

SiNguyen0604 commented 4 years ago

Hi @yeniel @cznico Current native_shared_preferences only read a flie xml

... resource_name ...

I want to read many sharePreference from xml files native app android. who can help me .

flutter-clutter commented 3 years ago

Not possible currently, since the file name is given in string resource xml file, which is read once during compile time. This is a huge flaw in my opinion because it's very common to spread the local data across multiple xml files.