This is my main repo for all Xamarin Forms Plugins that I have or will be publishing. These PCL plugins will allow you to add rich cross platform functionality to Xamarin.Forms.
Generators:
- UITest StyleId Generator for Xamarin.Forms
Controls:
- SVG for Xamarin.Forms
- Win Phone / Android / iOS
- Extended Cells for Xamarin.Forms
- Win Phone / Android / iOS
- Extended Map for Xamarin.Forms
- Win Phone / Android
- RoundedBoxView for Xamarin.Forms
- Win Phone / Android / iOS
- Extended Listview for Xamarin.Forms
- Win Phone
Helpers:
- Keyboard Overlap for Xamarin.Forms
- iOS
Sample App :
- A solution demonstrating all the plugins in a single app
- Uses nuget to reference the plugins (Testing that the nuget packages work)
Plugins :
- Each plugin has its own Sample App allowing you to test the plugin as you are developing it
- Plugin projects are referenced directly
- Each Platform has a project containing the Platform Specific Code
- All Platform Projects reference the PCL Project (contains the Control implementation)
Each plugin has its own Readme with more details.
The repo structure is courtesy of
- jamesmontemagno For the Xamarin Forms Plugin repo template and VS solution template
- conceptdev For Forms2Native, which inspired Extended Cells
- Marek Polakovic from the Noun Project
Licensed under MIT see License File