syncfusion-flutter-charts
There are 70 repositories under syncfusion-flutter-charts topic.
Atuoha/shoes_shop_web_admin
A Flutter project building a multivendor store - web app admin for shoes_shop
uemirhanselim/Crypto-App
Flutter Crypto App with Provider + Dio for Binance API
SyncfusionExamples/render_chart_with_firebase_json_data_flutter_charts
Using the Firebase REST API and HTTP client, you can retrieve the JSON data from the Firebase database and also with the help of the deserialization concept (parsing of raw JSON data to dart object model) you can convert the retrieved JSON data to chart data list for the Flutter Cartesian chart. The Firebase Realtime Database is a cloud-hosted...
SyncfusionExamples/how-to-create-a-real-time-flutter-chart-in-10-minutes
Create a real time flutter chart in 10 minutes | Syncfusion Flutter
PranayChavhan/CryptoVision
Cryptovision is a Flutter application designed for tracking cryptocurrency prices and trends. It provides real-time data using the Binance Socket API and features a candle chart implementation using Syncfusion. Stay updated with the latest cryptocurrency market movements and make informed investment decisions. 🚀📊
Nuno-Jesus/FEUP-CPM-Stockwave
Stock comparison app developed with Flutter and the AlphaVantage API.
SyncfusionExamples/candlestick-flutter-charts
Our Cartesian chart widget provides financial chart support. The candlestick provides information about the open, close, high and low price over a particular period. Here if the opening price is higher than the closing price, the candle is filled and if the closing is higher than the opening price, then candle is unfilled. The wick at top represe..
SyncfusionExamples/render_chart_with_json_data_flutter_charts
A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. You will then learn how to render flutter chart using json data. Using the deserialization concept, you can convert the JSON data to Dart list object and use that deserialized list object...
Harsh-dev391/learn-widget-flutter
Bagaimana sebuah aplikasi mobile dapat terbentuk? Bagaimana cara menyusun layout setiap fitur? Belajar flutter disini ya!
SifatSakib007/ExpenseTracker
Created a Expense Tracker web app using Asp.net core web app MVC
SyncfusionExamples/date-time-series-flutter-chart
Our Flutter Cartesian chart provides DateTimeAxis support to render the date-time values. By default interval type will be calculated based on the data. If you wish to calculate the interval on specific type say for example month, hours, seconds, etc, then intervalType property can be used and if you wish to show the date time values in a specific.
SyncfusionExamples/sliding_viewport_functionality_flutter_charts
A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a background image for a Cartesian chart. SfCartesianChart has support to achieve sliding view port functionality. You can achieve this by using the selectDataPoints public method, visibleMinimum, visibleMaximum, and onPlotArea...
SyncfusionExamples/synchronized_trackball_flutter_chart
In Flutter Cartesian Chart widget, you can synchronize the trackball of multiple charts using the available callback events and public methods. A callback event is a callback function or method, which you can pass as an argument to another function or method. It can perform an action when you require it, and public methods are methods that can...
SyncfusionExamples/visible-range-flutter-cartesian-chart
A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. SfCartesianChart widget provides support to view the required set of data from a larger collection. This can be achieved using the visibleMinimum and visibleMaximum properties of an axis.
FWasik/currency-app
currency_app is a mobile application that displays the latest exchange rates of the selected currency to PLN. The application was developed in Flutter framework and Bloc package. The application is also based on Clean Architeture.
karkiayush/GraphswithSynfusion
This repo holds the code of different kinds of graphs and chart created using the flutter synfusion library and the demo of those charts and graphs
ndenicolais/Shox
A digital shoes wardrobe.
SyncfusionExamples/cumulative_non_cumulative_values_flutter_charts
How to show cumulative and non-cumulative values on the stacked column charts?
SyncfusionExamples/firestore_flutter_charts
How to load data from Firestore and bind to Syncfusion Flutter Cartesian charts?
SyncfusionExamples/flutter_chart_circular_export_image
How to export Flutter circular chart as image?
SyncfusionExamples/flutter_chart_column_with_different_gradient
How to apply different gradient to each columns in the Flutter column chart (SfCartesianChart) ?
SyncfusionExamples/flutter_chart_doughnut_annotation
How to show the tapped point value at the center of the doughnut chart (SfCircularChart)?
SyncfusionExamples/flutter_chart_format_date_time_labels
How to format the date-time axis labels in Cartesian chart (SfCartesianChart)?
SyncfusionExamples/flutter_chart_jitter_scatter_series
How to jitter the data points of the scatter series in Flutter Cartesian Chart (SfCartesianChart) ?
SyncfusionExamples/How-to-Add-a-Point-on-Click-in-a-Flutter-Cartesian-Chart
A quick-start example that helps you to capture touch interactions in the Syncfusion® Flutter Charts widget and dynamically add data points to the chart.
SyncfusionExamples/How-to-Create-a-Histogram-Chart-in-Flutter
A quick-start example that helps you create a histogram chart using the Syncfusion® Flutter Charts widget. It also shows you how to set intervals and display the normal distribution curve in the histogram chart.
SyncfusionExamples/How-to-Create-Flutter-Charts-from-JSON-Data
A quick-start example to help you create a chart from JSON data using the Syncfusion Flutter Chart. You will learn how to load the JSON data and map it to the chart series.
SyncfusionExamples/How-to-Lazy-Load-Data-While-Panning-in-Flutter-Charts
A quick-start example that helps you to lazy load data while panning in the Syncfusion® Flutter Charts widget. You will learn how to enable panning and load data with an indicator while swiping at run time in the Charts widget.
SyncfusionExamples/increase-tapped-size-flutter-chart
How to increase the size of the tapped segment in the pie chart (SfCircularChart) ?
SyncfusionExamples/localize_text_flutter_chart
How to localize the default texts in Flutter cartesian chart (SfCartesianChart)?
SyncfusionExamples/radial-tracker-color-flutter-chart
How to apply point color to the tracker in the radial bar series (SfCircularChart) ?
SyncfusionExamples/rotate-legend-flutter-chart
How to rotate the legend in the cartesian chart (SfCartesianChart) ?
SyncfusionExamples/show-particular-marker-flutter-charts
How to make the marker visible for a particular point alone in the Cartesian chart ?
SyncfusionExamples/svg-tooltip-flutter-chart
How to use SVG image in cartesian chart tooltip (SfCartesianChart) ?
SyncfusionExamples/tooltip-at-first-point-flutter-charts
How to display the tooltip always in the first data point in dynamic updates ?
SyncfusionExamples/vertical_line_flutter_charts
How to add a vertical line and update it dynamically in the Cartesian charts?