getkevin / kevin-flutter

MIT License
0 stars 0 forks source link

MOBILE-1251_part6: Theming implementation #5

Closed antons-zubkovs closed 2 years ago

antons-zubkovs commented 2 years ago

Generally, i don't like iOS approach on theming here (serialising object/passing it to native/deserialising object). Desired approach is to keep iOS theme object inside native iOS world (mb having it inside client project's ios package and resolving it from plugin's package), but no better solution found atm.