Skip to content

Files

Latest commit

5aae706 · Aug 14, 2019

History

History
58 lines (32 loc) · 2.17 KB

README.md

File metadata and controls

58 lines (32 loc) · 2.17 KB

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