AliCharts.Maui
1.0.22
dotnet add package AliCharts.Maui --version 1.0.22
NuGet\Install-Package AliCharts.Maui -Version 1.0.22
<PackageReference Include="AliCharts.Maui" Version="1.0.22" />
<PackageVersion Include="AliCharts.Maui" Version="1.0.22" />
<PackageReference Include="AliCharts.Maui" />
paket add AliCharts.Maui --version 1.0.22
#r "nuget: AliCharts.Maui, 1.0.22"
#:package AliCharts.Maui@1.0.22
#addin nuget:?package=AliCharts.Maui&version=1.0.22
#tool nuget:?package=AliCharts.Maui&version=1.0.22
ملاحظة - Note 05/06/2025
<local:AliListView
......................
SelectedItem="{Binding SelectedMyItem, Mode=TwoWay}"
SelectedIndex="{Binding SelectedMyIndex, Mode=TwoWay}"
ItemsSource="{Binding MyItems}" />
ملاحظة - Note 04/06/2025
<Style TargetType="localdata:AliListView" x:Key="StylesAliListView"> <Setter Property="TitleFontSize" Value="16" /> <Setter Property="TitleBorderColor" Value="#808b96" /> <Setter Property="TitleBackgroundColor" Value="#808b96" /> <Setter Property="TitleTextColor" Value="Black" /> </Style>
تم تعديل وتحسين خصائص العنوان لتعزيز الأداء والمظهر.
Title properties were refined and enhanced to improve both performance and appearance.
من نحن - About Us
######################BOURKAIB ALI###################### ######################بوركايب علي######################
تم تصميم وتطوير هذه الأداة من قبل السيد بوركايب علي، مطوّر تطبيقات مقيم في ولاية الشلف (دائرة بني حواء)، وموظف بميناء |B|، تحت إشراف المهندسة س. أسيا (مهندسة برمجيات).
🛠️ تمثّل هذه الأداة مكونًا تفاعليًا مخصصًا تم تطويره باستخدام إطار عمل .NET MAUI، وتتيح للمطوّرين إمكانية إدخال البيانات واستعراضها ضمن واجهة مرنة قابلة للتخصيص.
✨ تشمل الميزات المتقدمة:
- التحكم الديناميكي في الأبعاد (الحد الأدنى والأقصى للارتفاع).
- تخصيص مظهر النص (الحجم، اللون، النمط).
- تعديل عناصر واجهة المستخدم (الحواف، الهوامش، الخلفيات).
تعكس هذه الأداة الالتزام بمعايير التطوير الحديثة، مع إمكانية التوسعة والتكامل ضمن مشاريع متنوعة.
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 built with .NET MAUI, enabling developers to input and display data within a flexible and customizable UI.
💡 Key features include:
- Dynamic height control (min/max).
- Text customization (size, color, style).
- UI adjustments (borders, padding, backgrounds).
It reflects a strong commitment to modern development standards, with extensibility and seamless integration into various projects.
متطلبات الأداة - Requirements
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.50" /> <PackageReference Include="SkiaSharp" Version="3.119.0" /> <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="3.119.0" />
// In MauiProgram.cs var builder = MauiApp.CreateBuilder(); builder .UseMauiApp<App>() .UseMauiCommunityToolkit() .UseMauiCommunityToolkitMediaElement() .UseSkiaSharp(); // أضف هذا السطر
رابط الاستخدام - Usage Namespace
xmlns:local="clr-namespace:AliCharts.Maui.Controls;assembly=AliCharts.Maui"
مثال AliListView
<local:AliListView Text="{Binding Name}" Grid.Row="0" Title="Enter title" TitleFontSize="15" TitleVisible="True" Placeholder="Enter 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}" />
مثال AliInputText
<local:AliInputText TitleVisible="True" Text="{Binding Name}" Title="Enter title" TitleFontSize="15" Placeholder="Enter input" PlaceholderColor="Gray" PlaceholderSize="14" InputTextColor="Black" InputFontAttributes="Italic" InputFontSize="16" InputBorderColor="Red" InputBackgroundColor="YellowGreen" InputHeightRequest="45" InputCornerRadius="6" InputPadding="0" InputMargin="0" />
مثال AliInputTextArea
<local:AliInputTextArea Grid.Row="2" TitleVisible="True" Text="{Binding Name}" Title="Enter title" TitleFontSize="15" Placeholder="Enter input" PlaceholderColor="Gray" PlaceholderSize="14" InputTextColor="Black" InputFontAttributes="Italic" InputFontSize="16" InputBorderColor="Red" InputBackgroundColor="YellowGreen" InputCornerRadius="6" InputPadding="0" InputMargin="0" />
الاتصال - Contact
✉️ Email: contactchlef2310@gmail.com
Product | Versions 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. |
-
net9.0-android35.0
- CommunityToolkit.Maui (>= 11.2.0)
- CommunityToolkit.Maui.MediaElement (>= 6.0.2)
- HarfBuzzSharp (>= 8.3.1.1)
- Microsoft.Maui.Controls (>= 9.0.50)
- Microsoft.Maui.Graphics (>= 9.0.60)
- Mopups (>= 1.3.3)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.Views.Maui.Controls (>= 3.119.0)
- Xamarin.AndroidX.AppCompat (>= 1.7.0.7)
- Xamarin.AndroidX.Core (>= 1.16.0.2)
- Xamarin.Google.Android.Material (>= 1.12.0.4)
-
net9.0-ios18.0
- CommunityToolkit.Maui (>= 11.2.0)
- CommunityToolkit.Maui.MediaElement (>= 6.0.2)
- HarfBuzzSharp (>= 8.3.1.1)
- Microsoft.Maui.Controls (>= 9.0.50)
- Microsoft.Maui.Graphics (>= 9.0.60)
- Mopups (>= 1.3.3)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.Views.Maui.Controls (>= 3.119.0)
-
net9.0-maccatalyst18.0
- CommunityToolkit.Maui (>= 11.2.0)
- CommunityToolkit.Maui.MediaElement (>= 6.0.2)
- HarfBuzzSharp (>= 8.3.1.1)
- Microsoft.Maui.Controls (>= 9.0.50)
- Microsoft.Maui.Graphics (>= 9.0.60)
- Mopups (>= 1.3.3)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.Views.Maui.Controls (>= 3.119.0)
-
net9.0-windows10.0.19041
- CommunityToolkit.Maui (>= 11.2.0)
- CommunityToolkit.Maui.MediaElement (>= 6.0.2)
- HarfBuzzSharp (>= 8.3.1.1)
- Microsoft.Maui.Controls (>= 9.0.50)
- Microsoft.Maui.Graphics (>= 9.0.60)
- Mopups (>= 1.3.3)
- SkiaSharp.HarfBuzz (>= 3.119.0)
- SkiaSharp.Views.Maui.Controls (>= 3.119.0)
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.22 | 9 | 7/30/2025 |
1.0.21-beta | 12 | 7/29/2025 |
1.0.20-beta | 136 | 7/14/2025 |
1.0.19-beta | 127 | 7/14/2025 |
1.0.18-beta | 127 | 7/14/2025 |
1.0.17-beta | 130 | 7/14/2025 |
1.0.16-beta | 124 | 7/14/2025 |
1.0.15-beta | 125 | 7/14/2025 |
1.0.14 | 18 | 7/27/2025 |
1.0.14-beta | 134 | 7/13/2025 |
1.0.13 | 19 | 7/27/2025 |
1.0.13-beta | 126 | 7/13/2025 |
1.0.12 | 132 | 7/13/2025 |
1.0.11 | 128 | 7/13/2025 |
1.0.10 | 127 | 7/13/2025 |
1.0.9 | 125 | 7/13/2025 |
1.0.8 | 96 | 7/12/2025 |
1.0.7 | 97 | 7/12/2025 |
1.0.6 | 133 | 7/10/2025 |
1.0.5 | 129 | 7/10/2025 |
1.0.4 | 295 | 6/10/2025 |
1.0.3 | 125 | 6/7/2025 |
1.0.2 | 147 | 6/5/2025 |
1.0.1 | 153 | 6/4/2025 |
1.0.0 | 151 | 6/3/2025 |