johankson / flipper

Control library for Xamarin Forms
MIT License
13 stars 3 forks source link

Figure out how IoC can be introduced #5

Open johankson opened 9 years ago

johankson commented 9 years ago

We want IoC to be able to replace components from within. However, we do NOT want a huge setup to use the controls. How do we marry these two worlds?

Suggestion from Daniel to use the Forms Dependency Service to allow for setup. Implement a local version of all controls necessary and make it open for extension.