Xamarin.Forms 1.3.0.6275-pre1

Prefix Reserved
This is a prerelease version of Xamarin.Forms.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms --version 1.3.0.6275-pre1
                    
NuGet\Install-Package Xamarin.Forms -Version 1.3.0.6275-pre1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms" Version="1.3.0.6275-pre1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms" Version="1.3.0.6275-pre1" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms --version 1.3.0.6275-pre1
                    
#r "nuget: Xamarin.Forms, 1.3.0.6275-pre1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xamarin.Forms@1.3.0.6275-pre1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xamarin.Forms&version=1.3.0.6275-pre1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Forms&version=1.3.0.6275-pre1&prerelease
                    
Install as a Cake Tool

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.9K)

Showing the top 5 NuGet packages that depend on Xamarin.Forms:

Package Downloads
Rg.Plugins.Popup

Plugin for Xamarin forms. Allows you to open any page as a popup.

Xamarin.FFImageLoading.Forms

Xamarin Library to load images quickly and easily on Xamarin.Forms. Ensure you call CachedImageRenderer.Init() on each platform!!! Features: - Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support - Configurable disk and memory caching - Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage) - Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).* - Error and loading placeholders support - Images can be automatically downsampled to specified size (less memory usage) - Fluent API which is inspired by Picasso naming - SVG / WebP / GIF support - Image loading Fade-In animations support - Can retry image downloads (RetryCount, RetryDelay) - Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible. - Transformations support - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations)

Prism.Forms

Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms). Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications. This library provides user interface composition as well as modularity support.

Xamarin.Forms.Maps

Maps models and renderers for Xamarin.Forms

CarouselView.FormsPlugin

Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.

GitHub repositories (317)

Showing the top 20 popular GitHub repositories that depend on Xamarin.Forms:

Repository Stars
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
dotnet/maui-samples
Samples for .NET Multi-Platform App UI (.NET MAUI)
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
Caliburn-Micro/Caliburn.Micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
x360ce/x360ce
Primary repository for the x360ce library, front-end and tools.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
microcharts-dotnet/Microcharts
Simple, cross-platform chart library for .NET
xamarin/XamarinComponents
Plugins for Xamarin
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
NewLifeX/X
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
videolan/libvlcsharp
Cross-platform .NET/Mono bindings for LibVLC
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
praeclarum/Ooui
A small cross-platform UI library that brings the simplicity of native UI development to the web
Version Downloads Last Updated
5.0.0.2662 472,278 3/25/2024
5.0.0.2622 399,293 11/10/2023
5.0.0.2612 446,511 8/11/2023
5.0.0.2599-pre1 33,953 5/10/2023
5.0.0.2578 1,190,534 3/8/2023
5.0.0.2545 784,523 12/6/2022
5.0.0.2515 1,235,726 7/25/2022
5.0.0.2478 493,376 6/9/2022
5.0.0.2401 818,624 3/29/2022
5.0.0.2337 957,610 1/25/2022
5.0.0.2291 835,279 12/14/2021
5.0.0.2244 4,625,196 11/15/2021
5.0.0.2196 1,025,210 10/18/2021
5.0.0.2125 469,612 9/20/2021
5.0.0.2083 1,042,326 7/12/2021
5.0.0.2012 8,898,773 2/12/2021
5.0.0.1931 257,591 1/25/2021
5.0.0.1905 84,899 1/20/2021
5.0.0.1874 675,448 1/5/2021
1.3.0.6275-pre1 13,154 11/12/2014
Loading failed

## Important notes:
- Generators for XAML pages should to be updated to use the new tool MSBuild:UpdateDesignTimeXaml instead of MSBuild:Compile
- Grid default is now *
- While this release does technically ship a Xamarin.iOS Unified API version of Xamarin.Forms, due to bugs in the Unified API it probably wont work unless you are running alpha channel.

## Features and enhancements
- Styles support Behaviors and Triggers
- DataTrigger and MultiTrigger added
- VisualElement.IsFocused is now a BindableProperty
- Bindings are culture unaware
- iOS Unified Project support
- Use * as default grid size
- StaticResource searches in Application.Current.Resources too
- Add NavigationPage.HasBackButton
- Fix Fuchsia spelling, Obsolete the old spelling
- TypeConverter on FontSize
- SearchBar.CancelButtonColor (currently only supported on iOS)
- ListView context actions
- [Xaml] various Xamlg changes
- [Xaml] Convert Trigger.Value on applying the trigger
- [Xaml] Short property names allowed on Style setters
- [iOS] reuse renderers
- [iOS] use UiAlertController on iOS8
- [Android] rename WebRenderer to WebViewRenderer

## Bug fixes
- Don't throw NRE in ResourceDictionaries when reparenting
- Fix map issue with IsShowingUser and location
- fix binding against arrays (https://bugzilla.xamarin.com/show_bug.cgi?id=24263)
- Resolve issue where Labels didn't reflow correctly inside of grids
- RelativeLayout now gives sane error when relative to non-child view
- fix NRE on removing ListView items (https://bugzilla.xamarin.com/show_bug.cgi?id=23778)
- [iOS] fix issue on Translating views of zero size
- [iOS] select picker first item (https://bugzilla.xamarin.com/show_bug.cgi?id=22352)
- [iOS] TabbedPage now updates icons correctly
- [iOS] Fix several memory leaks
- [iOS] Modal dialog scrolls to far (https://bugzilla.xamarin.com/show_bug.cgi?id=23904)
- [iOS] fix disposing renderers
- [Android] fix ListView.SelecteItem = null
- [Android] Allow user to override ActionBar TitleBar visibility
- [Android] disabled switches not showing on all devices
- [Android] rotation ignores anchor (https://bugzilla.xamarin.com/show_bug.cgi?id=23748)
- [Android] Button text alignment (https://bugzilla.xamarin.com/show_bug.cgi?id=21138, https://bugzilla.xamarin.com/show_bug.cgi?id=21368)
- [WP] Picker layout issue (https://bugzilla.xamarin.com/show_bug.cgi?id=22821)
- [WP] fix NRE on Picker
- [XAML] x:Reference now works in other markup extensions