• Stars
    star
    276
  • Rank 148,652 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Xamarin Forms Plugins

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