Перейти к файлу
Javier Suárez Ruiz 809bfe7070 Fixed ColorAnimation usings
Changed Animations nuspec Xamarin.Forms version
2017-11-13 20:56:00 +01:00
.github Restructure the codebase and add CI! 2017-02-15 13:53:01 -08:00
Media Colored cog/logo 2017-03-19 20:11:24 +01:00
Samples Added ColorAnimation 2017-11-08 21:52:25 +01:00
Templates Thou shall not copy paste 2017-01-29 09:28:59 +01:00
docs Thou shall not copy paste 2017-01-29 09:28:59 +01:00
nuget Fixed ColorAnimation usings 2017-11-13 20:56:00 +01:00
src Fixed ColorAnimation usings 2017-11-13 20:56:00 +01:00
.editorconfig Adding editorconfig 2017-02-18 22:22:46 +01:00
.gitignore Initial commit 2016-12-22 14:45:24 -08:00
Contributing.md Update Contributing.md 2017-02-20 12:42:36 +01:00
LICENSE Initial commit 2016-12-22 14:45:24 -08:00
README.md Update README.md 2017-02-17 15:19:00 -05:00
appveyor.yml Restructure the codebase and add CI! 2017-02-15 13:53:01 -08:00
bootstrapper.ps1 Restructure the codebase and add CI! 2017-02-15 13:53:01 -08:00
build.cake Update build.cake 2017-03-09 09:22:49 -08:00
install-android-sdk.ps1 Restructure the codebase and add CI! 2017-02-15 13:53:01 -08:00

README.md

Forms Community Toolkit

The Forms Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.

Build status

Target Branch Status Recommended Nuget packages version
Behaviors master Build status NuGet
Behaviors dev Build status
Controls master Build status NuGet
Controls dev Build status
Converters master Build status NuGet
Converters dev Build status
Effects master Build status NuGet
Effects dev Build status

Contributing

Do you want to contribute? Here are our contribution guidelines.

Getting started

Coming Soon.

Forms Community Toolkit Sample App

Want to see the toolkit in action before jumping into the code? Download and play with the Forms Toolkit Sample App.

Nuget Packages

NuGet is a standard package manager for .NET applications that is built into Visual Studio. From your open solution choose the Tools menu, NuGet Package Manager, Manage NuGet packages for solution... to open the UI. Enter one of the package names below to search for it online.

Once you search you should see a list similar to the one below (versions may be different, but names should be the same).

NuGet Package Name description
FormsCommunityToolkit.Behaviors
FormsCommunityToolkit.Controls
FormsCommunityToolkit.Converters
FormsCommunityToolkit.Effects

Features

Animations

Behaviors

Controls

Converters

Effects

Gestures

Feedback and Requests

Please use GitHub issues for questions, comments, feature requests, or if would like to vote on what others are recommending.

Principles

  • Principle #1: The toolkit will be kept simple.
  • Principle #2: As soon as a comparable feature is available in the Windows SDK for Windows 10, it will be marked as deprecated.
  • Principle #3: All features will be supported for two Windows SDK for Windows 10 release cycles or until another principle supersedes it.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.