rf43 / FlexboxLayout.Droid.Bindings

FlexboxLayout Binding Library for Xamarin Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlexboxLayout.Droid.Bindings

FlexboxLayout Bindings for Xamarin Android projects.

Find an issue? Add it to the issue tracker!

AndroidX Dependencies >= v1.1.0


Current NuGet version: v1.1.0.1

Important: If your project is using the Xamarin.AndroidX bindings then you will want to install this version of FlexboxLayout.Bindings (v1.1.0.1).

FlexboxLayout GitHub README

Note that starting from 1.1.0, the library is expected to use with AndroidX. Please migrate to AndroidX if you use 1.1.0 or above.

Please use 1.0.0 if you haven't migrated to AndroidX.

Download the NuGet package directly from this repo => v1.1.0.1

- or -

Use NuGet Gallery to pull the package into your project

Package Manager Install-Package FlexboxLayout.Droid.Bindings -Version 1.1.0.1

.NET CLI dotnet add package FlexboxLayout.Droid.Bindings --version 1.1.0.1

https://github.com/google/flexbox-layout

Legacy Support Dependencies < v1.1.0 (v1.0.0)


current NuGet version: v1.0.0.1

Download the NuGet package directly from this repo => v1.0.0.1

- or -

Use NuGet Gallery to pull the package into your project

Package Manager Install-Package FlexboxLayout.Droid.Bindings -Version 1.0.0.1

.NET CLI dotnet add package FlexboxLayout.Droid.Bindings --version 1.0.0.1

Official native Google Flexbox Layout repo: https://github.com/google/flexbox-layout

About

FlexboxLayout Binding Library for Xamarin Android

License:Apache License 2.0


Languages

Language:C# 92.3%Language:Java 7.7%