AliCharts.Maui 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AliCharts.Maui --version 1.0.0
                    
NuGet\Install-Package AliCharts.Maui -Version 1.0.0
                    
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="AliCharts.Maui" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AliCharts.Maui" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AliCharts.Maui" />
                    
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 AliCharts.Maui --version 1.0.0
                    
#r "nuget: AliCharts.Maui, 1.0.0"
                    
#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 AliCharts.Maui@1.0.0
                    
#: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=AliCharts.Maui&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AliCharts.Maui&version=1.0.0
                    
Install as a Cake Tool

######################BOURKAIB ALI###################### ######################بوركايب علي###################### تم تصميم وتطوير هذه الأداة من قبل السيد بوركايب علي، مطوّر تطبيقات مقيم بولاية الشلف (دائرة بني حواء) وموظف بميناء |ب|، وذلك تحت إشراف المهندسة س. أسيا، مهندسة برمجيات. الأداة تمثل مكوّنًا تفاعليًا مخصصًا تم تطويره باستخدام إطار العمل، وتتيح للمطورين إمكانية إدخال البيانات واستعراضها ضمن واجهة مرنة وقابلة للتخصيص. تم تزويد الأداة بخصائص متقدمة مثل التحكم الديناميكي في الأبعاد (الارتفاع الأدنى والأقصى)، تخصيص مظهر النص (الحجم، اللون، النمط)، وتعديل عناصر الواجهة مثل الحواف والهوامش، بما يسهم في تحسين تجربة المستخدم ورفع جودة التفاعل البصري داخل التطبيقات. تعكس هذه الأداة التزامًا بمعايير التطوير الحديثة، مع قابلية التوسعة والتكامل ضمن مشاريع متنوعة This tool was designed and developed by Mr. Bourkaib Ali, an application developer based in Chlef Province (Beni Haoua District) and an employee at Port |B|, under the supervision of software engineer Ms. S. Assia. The tool is a custom interactive component developed using the framework, enabling developers to input and display data within a flexible and customizable interface. It includes advanced features such as dynamic control of dimensions (minimum and maximum height), text appearance customization (size, color, style), and interface elements adjustment like border radius and padding—enhancing user experience and visual interaction quality. This tool reflects a strong commitment to modern development standards, with extensibility and seamless integration into various projects.

 "Microsoft.Maui.Controls" Version="9.0.50"
 "Include="SkiaSharp" Version="3.119.0"
 "SkiaSharp.Views.Maui.Controls" Version="3.119.0"
 في المشروع داخل 
 MauiProgram.cs 

   var builder = MauiApp.CreateBuilder();
    builder
        .UseMauiApp<App>()
        .UseMauiCommunityToolkit()
        .UseMauiCommunityToolkitMediaElement()
        .UseSkiaSharp()// Write Here ------- أكتب هذا

xmlns:local="clr-namespace:AliCharts.Maui.Controls;assembly=AliCharts.Maui"

        <local:AliListView 
        Text="{Binding ....................Name}"
        Grid.Row="0"
        Title=".............................Write Title" 
        TitleFontSize="15"
        TitleVisible="True"
        Placeholder="=".............................Write title Input"
        PlaceholderColor="Gray"
        PlaceholderSize="14"
        InputTextColor="Black"
        InputFontAttributes="Italic"
        InputFontSize="16"
        InputBorderColor="Red"
        InputBackgroundColor="YellowGreen"
        InputHeightRequest="45"
        InputCornerRadius="6"
        InputPadding="0"
        InputMargin="0"
        ViewSelectionMode="Single"
        ViewBackgroundColor = "#181818"
        ViewBackground="OrangeRed"
        ViewFontSize="14"
        ViewFontAttributes="Bold"
        ViewTextColor="Yellow"
        ItemsSelectShow="Name" 
        SelectedItem="{Binding SelectedMyItem, Mode=TwoWay}"
        ItemsSource="{Binding MyItems}"
        ></local:AliListView>

        <local:AliInputText 

                        TitleVisible="True"
                        Text="{Binding .....................Name}"
                        Title=".............................Write Title" 
                        InputHeightRequest="45"
                        TitleFontSize="15"
                        Placeholder="=".............................Write title Input"
                        PlaceholderColor="Gray"
                        PlaceholderSize="14"
                        InputTextColor="Black"
                        InputFontAttributes="Italic"
                        InputFontSize="16"
                        InputBorderColor="Red"
                        InputBackgroundColor="YellowGreen"
                        InputCornerRadius="6"
                        InputPadding="0"
                        InputMargin="0">
                        </local:AliInputText>

           <local:AliInputTextArea Grid.Row="2" 
                        TitleVisible="True"
                        Text="{Binding .....................Name}"
                        Title=".............................Write Title"
                        TitleFontSize="15"
                        Placeholder="=".............................Write title Input"
                        PlaceholderColor="Gray"
                        PlaceholderSize="14"
                        InputTextColor="Black"
                        InputFontAttributes="Italic"
                        InputFontSize="16" 
                        InputBorderColor="Red" 
                        InputBackgroundColor="YellowGreen" 
                        InputCornerRadius="6" 
                        InputPadding="0" 
                        InputMargin="0"></local:AliInputTextArea>
Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst18.0 is compatible.  net9.0-windows10.0.19041 is compatible.  net10.0-android was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.28-Beta 34 8/22/2025
1.0.27-Beta 94 8/21/2025
1.0.26 101 8/17/2025
1.0.25-Beta 59 8/2/2025
1.0.24 61 8/2/2025
1.0.23 60 8/2/2025
1.0.22 105 7/30/2025
1.0.21-beta 93 7/29/2025
1.0.20-beta 144 7/14/2025
1.0.19-beta 135 7/14/2025
1.0.18-beta 135 7/14/2025
1.0.17-beta 139 7/14/2025
1.0.16-beta 132 7/14/2025
1.0.15-beta 133 7/14/2025
1.0.14 99 7/27/2025
1.0.14-beta 142 7/13/2025
1.0.13 101 7/27/2025
1.0.13-beta 134 7/13/2025
1.0.12 140 7/13/2025
1.0.11 135 7/13/2025
1.0.10 134 7/13/2025
1.0.9 133 7/13/2025
1.0.8 104 7/12/2025
1.0.7 104 7/12/2025
1.0.6 143 7/10/2025
1.0.5 137 7/10/2025
1.0.4 303 6/10/2025
1.0.3 131 6/7/2025
1.0.2 154 6/5/2025
1.0.1 160 6/4/2025
1.0.0 157 6/3/2025