This if a fork of the repository from Syncfusion. This fork was necessary to make some adaptations/resolve some issues that we had with the package.
The changes are concerning the package syncfusion_flutter_charts
of this mono-repo.
The production version of the packge is on the branch lynus/prod
(other branches like lynus/dev
were just used for debugging and for putting some meaningful mock data).
The following files have been edited:
syncfusion_flutter_charts/lib/src/chart/user_interaction/trackball.dart
syncfusion_flutter_charts/lib/src/chart/user_interaction/trackball_template.dart
This file contains the the trackball (the moving ball shown while tapping+holding+dragging over the chart). Here, a property includeYAxisExceedingPoints
(defaults to false
) was added, which defines whether y-points that are not within the visible area should be shown in the trackball tooltip or not. We want to hide unvisible points from the tooltip.
This file contains the tooltip window that is shown while dragging the trackball over the chart. The problem here is that, by default, the tooltip window is just not visible if it doesn't fit on the left/right of the trackball, which is unacceptable for us. It has to be visible in any case, also if it is small. So the changes that have been done in this file are checking whether the tooltip should be shown on the left or right of the trackball (i.e. checking where we have more space) and giving the tooltip window a variable width, based on the available width. Like this, the tooltip is always visible and grows/shrinks depending on the available width, up to a certain max width/down to a certain minimum width.
⬇️ Below you see the original readme of the project ⬇️
Syncfusion Flutter widgets libraries include high-quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.
Disclaimer: This is a commercial package. To use our packages, you need to have either the Syncfusion Commercial License or Syncfusion Community license. For more details, please check the LICENSE file.
Note: Our packages are now compatible with Flutter for Web. However, this will be in Beta until Flutter for Web becomes stable.
- Repository structure
- Packages
- How to use
- Get the demo application
- Useful links
- Support and feedback
- About Syncfusion
This repository holds the source code of all the Syncfusion Flutter widgets and libraries. Source code of the widget, a working example, read me, changelog, etc., files are available in the packages
directory.
Also, you can view the samples code from this repository.
Package/Plugin | Available widgets/libraries | Pub | Points | Popularity | Likes |
---|---|---|---|---|---|
syncfusion_flutter_charts |
|
||||
syncfusion_flutter_calendar |
|
||||
syncfusion_flutter_datagrid |
|
||||
syncfusion_flutter_pdfviewer |
|
||||
syncfusion_flutter_pdf |
|
||||
syncfusion_flutter_xlsio |
|
||||
syncfusion_flutter_datepicker |
|
||||
syncfusion_flutter_maps |
|
||||
syncfusion_flutter_gauges |
|
||||
syncfusion_flutter_sliders |
|
||||
syncfusion_flutter_signaturepad |
|
||||
syncfusion_flutter_barcodes |
|
||||
syncfusion_officechart |
|
||||
syncfusion_officecore | This package is a dependecy package for Office chart library. |
||||
syncfusion_flutter_core | This package is a dependecy package for all the Syncfusion Flutter widgets and libraries. | ||||
syncfusion_localizations | This package contains localized text for 77 cultures for all the applicable Syncfusion Flutter Widgets. |
All the packages available in the packages
folder can be referred in your application by following the below steps.
Step 1
Clone the flutter-widgets repository into your machine.
Step 2
Refer the required package in your application's pubspec.yaml
file by mentioning its local path. For example, here we have referred the charts package.
syncfusion_flutter_charts:
path: D:/flutter-widgets/packages/syncfusion_flutter_charts
Step 3
Run the following command to get the required packages.
$ flutter pub get
Step 4
Run your application either using F5
or Run > Start Debugging
.
All the packages available in the packages
folder has an example and it can be run by following the below steps.
Step 1
Clone the flutter-widgets repository into your machine.
Step 2
Open the example folder available in packages in an IDE. The below path is for reference.
..\flutter-widgets\packages\syncfusion_flutter_charts\example
Step 3
Run the following command to get the required packages.
$ flutter pub get
Note: In the example, packages are referred from the local folder which is available in this repository. If you wish, you can also refer the packages from pub.
Step 4
Run your application either using F5
or Run > Start Debugging
.
Explore the full capabilities of our Flutter widgets on your device by installing our sample browser applications from the below app stores, and view samples code in GitHub.
Take a look at the following to learn more about Syncfusion Flutter widgets:
- Syncfusion Flutter product page
- User guide documentation
- API reference
- Knowledge base
- Video tutorials
- For any other queries, reach our Syncfusion support team or post the queries through the Community forums and submit a feature request or a bug through our Feedback portal.
- To renew the subscription, click renew or contact our sales team at salessupport@syncfusion.com | Toll Free: 1-888-9 DOTNET.
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 20,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Today we provide 1,000+ controls and frameworks for web (ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Blazor, mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, and UWP). We provide ready-to deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.