You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NuGet is a package management system used in Visual Studio, simplifying the process of adding, updating, and removing external libraries in your applications. Syncfusion<sup>®</sup> publishes the **Syncfusion.Maui.Toolkit** NuGet package, which can be found on [nuget.org](https://www.nuget.org/packages?q=Syncfusion.Maui.Toolkit).
15
13
16
14
## Installation using Package Manager UI
17
15
18
-
The **NuGet Package Manager UI** allows you to search for, install, uninstall, and update Syncfusion<sup>®</sup> Maui Toolkit packages easily. Follow these steps to install the Syncfusion.Maui.Toolkit package in your MAUI application:
16
+
The **NuGet Package Manager UI** allows you to search for, install, uninstall, and update Syncfusion<sup>®</sup> MAUI Toolkit packages easily. Follow these steps to install the Syncfusion.Maui.Toolkit package in your MAUI application:
19
17
20
18
1. Right-click on your MAUI application or solution in the Solution Explorer and select **Manage NuGet Packages...**
21
19
@@ -27,17 +25,17 @@ The **NuGet Package Manager UI** allows you to search for, install, uninstall, a
27
25
28
26
N> Ensure that [nuget.org](https://api.nuget.org/v3/index.json) is selected as the package source. If not, follow the [instructions](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources) to configure it.
3. Select the **Syncfusion.Maui.Toolkit** package, choose the appropriate version, and click **Install**. Accept the license terms to complete the installation.
4. Once the installation is complete, your application will have all the necessary **Syncfusion<sup>®</sup> assemblies** required to begin developing using the **Syncfusion<sup>®</sup> .NET MAUI Toolkit components**.
37
35
38
36
## Installation using Dotnet (.NET) CLI
39
37
40
-
The [.NET Command Line Interface (CLI)](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli), allows you to add, restore, and manage packages without making changes to your project files manually. Here are the steps to install the **Syncfusion.Maui.Toolkit** package using the .NET CLI:
38
+
The [.NET Command Line Interface (CLI)](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) allows you to add, restore, and manage packages without making changes to your project files manually. Here are the steps to install the **Syncfusion.Maui.Toolkit** package using the .NET CLI:
41
39
42
40
Follow the below instructions to use the dotnet CLI command to install the Syncfusion<sup>®</sup> Maui NuGet packages.
43
41
@@ -54,7 +52,7 @@ Follow the below instructions to use the dotnet CLI command to install the Syncf
54
52
55
53
3. After installation, inspect the `.csproj` file of your project to confirm the package has been added.
56
54
57
-

55
+

58
56
59
57
4. Run [dotnet restore](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) to install all dependencies and ensure that your project is ready.
60
58
@@ -70,16 +68,14 @@ The **Package Manager Console** provides an efficient way to install the **Sync
3. Once the installation completes, the console will display confirmation, and your application will now have access to the **Syncfusion<sup>®</sup> .NET MAUI Toolkit components**.
82
80
83
81
4. Your application is now ready to leverage the high-performance and responsive components of the **Syncfusion<sup>®</sup> .NET MAUI Toolkit**.
Copy file name to clipboardExpand all lines: maui-toolkit/Introduction/Overview.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
1
---
2
2
layout: post
3
3
title: Comprehensive Guide to Syncfusion® Toolkit for .NET MAUI
4
-
description: Overview of the Syncfusion® .NET MAUI Toolkit, detailed steps on how to read the user guide effectively, and supported platforms
4
+
description: Overview of the Syncfusion® .NET MAUI Toolkit, detailed steps on how to read the user guide effectively, and supported platforms.
5
5
platform: maui-toolkit
6
6
control: Overview
7
-
documentation: ug
7
+
documentation: UG
8
8
---
9
9
10
10
# Welcome to Syncfusion<sup>®</sup> Toolkit for .NET MAUI
11
11
12
-
Syncfusion<sup>®</sup> Toolkit for .NET MAUI is a comprehensive collection of .NET MAUI components for building modern Mobile and Desktop applications. It includes our first set of .NET MAUI UI controls such as Charts, Navigation Drawer, and Tab View.
12
+
The Syncfusion<sup>®</sup> Toolkit for .NET MAUI is a comprehensive collection of .NET MAUI components for building modern Mobile and Desktop applications. It includes our first set of .NET MAUI UI controls such as Charts, Navigation Drawer, and Tab View.
13
13
14
14
## How to read this user guide most effectively
15
15
16
-
* Start with the "Getting Started" section for the component you need, as it provides key information before writing code.
16
+
* Start with the "Getting Started" section for the component you need, as it provides key information before you begin code.
17
17
* After understanding the basics, refer to the sample browser for code examples related to your use case.
18
18
* For specific features or API details, use the search box at the top of the user guide.
19
19
* Utilize the API reference for detailed information on classes and their members when needed.
20
20
21
21
## Supported platforms for .NET MAUI apps
22
22
23
-
.NET Multi-platform App UI (.NET MAUI) apps can be written for the following platforms:
23
+
.NET Multi-platform App UI (.NET MAUI) apps can be developed for the following platforms:
24
24
25
-
* Android 5.0 (API 21) or higher is required.
26
-
* iOS 12.2 or higher is required.
25
+
* Android 5.0 (API 21) or higher.
26
+
* iOS 12.2 or higher.
27
27
* macOS 12 or higher, using Mac Catalyst.
28
28
* Windows 11 and Windows 10 version 1809 or higher, using Windows UI Library (WinUI) 3.
Copy file name to clipboardExpand all lines: maui-toolkit/Migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Switch from Syncfusion® .NET MAUI to Syncfusion® Toolkit for .NET MAUI
4
4
description: Describes the necessary changes to easily update the existing Syncfusion® .NET MAUI control to use the new toolkit with minimal code modifications.
5
5
platform: maui-toolkit
6
6
control: General
7
-
documentation: ug
7
+
documentation: UG
8
8
---
9
9
10
10
# Migration Overview: Syncfusion<sup>®</sup> .NET MAUI to Syncfusion<sup>®</sup> Toolkit for .NET MAUI
Copy file name to clipboardExpand all lines: maui-toolkit/Themes/HowTo.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
layout: post
3
-
title: How to customize theming in Syncfusion® controls
4
-
description: Learn here all about how to switch between light and dark themes in Syncfusion® Maui controls, along with additional details on this feature.
3
+
title: How to Customize Theming in Syncfusion® Controls
4
+
description: Learn how to switch between light and dark themes in Syncfusion® Maui controls, along with additional feature details.
5
5
platform: maui-toolkit
6
6
control: General
7
-
documentation: ug
7
+
documentation: UG
8
8
---
9
9
10
-
# Switching between light theme and dark theme
10
+
# Switching Between Light Theme and Dark Theme
11
11
12
-
Refer to the following example code to switch between light and dark themes in Syncfusion<sup>®</sup> Maui controls.
12
+
Refer to the following example code to switch between light and dark themes in Syncfusion<sup>®</sup> MAUI controls.
0 commit comments