Custom control for your Xamarin.Forms project to allow you to use SVGs Ensure you call SvgImageRenderer.Init() on each platform! VISIT THE PROJECT URL for more info.


Keywords
winphone, svg, pcl, wp8, android, xamarin.forms, windows, phone, xam.pcl, xamarin
License
MIT
Install
Install-Package Xam.Plugins.Forms.SVG -Version 1.0.0.27

Documentation

Plugins for Xamarin Forms

Xamarin Test Cloud Report

What is this?

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.

Current Plugins for Xamarin Forms

Generators:

Controls:

Helpers:

Repo structure :

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.

Contributors

The repo structure is courtesy of

License

Licensed under MIT see License File