Free Flutter widgets is a copy of Syncfusion's Flutter widgets repo 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.
This repository holds the source code of all the Free Flutter widgets and libraries. Source code of the widget, a working example, read me, changelog, etc., files are available in the packages
directory.
Package/Plugin | Available widgets/libraries | Version | Pub Points | Pub Likes |
---|---|---|---|---|
free_flutter_barcodes |
|
|||
free_flutter_calendar |
|
|||
free_flutter_charts |
|
|||
free_flutter_core | This package contains core functionality and util functions for Free Flutter widgets and libraries. | |||
free_flutter_data_table |
|
|||
free_flutter_datepicker |
|
|||
free_flutter_gauges |
|
|||
free_flutter_l10n | This package contains localized text for 77 languages for all the applicable Free Flutter Widgets. | |||
free_flutter_maps |
|
|||
free_flutter_office_charts |
|
|||
free_flutter_office_core | This package is a dependecy package for Free Flutter Office charts library. |
|||
free_flutter_pdf |
|
|||
free_flutter_pdfviewer |
|
|||
free_flutter_sheets |
|
|||
free_flutter_signature_box |
|
|||
free_flutter_sliders |
|
|||
free_flutter_treemap |
|
All the packages available in the packages
folder can be referred in your application by following the below steps.
Step 1
Clone the free_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.
free_flutter_charts:
path: {path_to_local_free_flutter_widgets_repo}/packages/free_flutter_charts
Step 3
Run the following command to get the required packages.
$ flutter pub get
Step 4
Run/Debug your application in either VSCode or the IntelliJ IDE of your choice or run your code using
flutter run
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 free_flutter_widgets
repository into your machine.
Step 2
Open the example folder available in packages in an IDE. The below path is merely for reference.
{path_to_local_free_flutter_widgets_repo}\packages\free_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/Debug your application in either VSCode or the IntelliJ IDE of your choice or run your code using
flutter run
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
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.