The packages have changed their prefix if you're coming from Xuni. For instance,
Xuni.Android.Calendar now corresponds to C1.Android.Calendar
We have also moved to a more consistent naming scheme for our controls based on the following pattern:
C1.[Platform].[ControlName]
For example, FlexGrid is available in C1.Xamarin.Forms.Grid
Additionally, FlexChart, FlexPie, and ChartCore have all been consolidated into one single package instead of three different packages. To use FlexChart or FlexPie, you now need to add a single package developed for the platform of your choice:
C1.Android.Chart
We’ve made some changes to the namespace of the current controls, which are in line with the changes in package names. For example, Xuni.Android.FlexGrid now corresponds to C1.Android.Grid.
There are some minor changes in API between ComponentOne Xamarin Edition and Xuni. These should mostly amount to additions, slight change in syntax, and use of prefix 'C1' instead of 'Xuni' in class and object names. For FlexChart, however, the control is very actively growing in terms of API, so missing features are intended to be added in the future.