Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter. Learn more →
Charts Alternatives
Similar projects and alternatives to charts
-
-
Shorebird
Shorebird - Patch in minutes not days. Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter.
-
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
amplify-flutter
A declarative library with an easy-to-use interface for building Flutter applications on AWS.
-
-
getwidget
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
-
aqueduct
Discontinued Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
-
fl_chart
FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, Radar Chart and Candlestick Chart.
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
boxy
Overcome limitations of built-in layouts, advanced flex, custom multi-child layouts, slivers, and more!
-
Flutter-Neumorphic
A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible
-
pluto_grid
PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
-
-
flutter_map
Flutter's â„–1 non-commercially aimed map client: it's easy-to-use, versatile, vendor-free, fully cross-platform, and 100% pure-Flutter
-
-
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
charts discussion
charts reviews and mentions
-
Line chart based on a formula?
I probably cannot use syncfusion because of the licensing. I was looking at charts_flutter but I think they don't support curved lines. Maybe the line is smooth enough with a lot of points, I'll just try that first.
-
What graph/chart library you guys use in your projects?
The level of features we need are only implemented in mp_chart and other library had many open issue for example charts_flutter. So as my senior preferred, we used mp_chart without null safety, we are running into many problem but we were able to solve them one by one but now this chart has IOS specific flickering issue which make chart un-scrollable which we ran into just now after a weeks of work.
-
Looking into Flutter: Secrets of its Success & Review of Popular UI Libraries and Components
Data visualization is a tricky task for any programmer. Therefore it is nice to have a good charting library in your arsenal. Charts is a charting library that certainly deserves your attention. It is designed internally at Google, though it is not the company’s official product. Written in Dart and based on Material Design, this library suits well for various data visualization purposes in Flutter apps. It supports an array of charts (bar, line, time series, pie, scatter plot, etc.) for visualizing complex data and making it more comprehensible for further analysis.
-
This week in Flutter #19
There is a simple package, developed by Google, to draw charts in your Flutter app: charts_flutter. Learn how to use it with this article by Samson Omojola.
-
Is it possible to integrate JS in Flutter to render and interact with it on all platforms?
Charting is available with this package: https://pub.dev/packages/charts_flutter
-
Mixing packages that don't support null safety in Flutter
I ended up in this precidament with one of my projects because I made the mistake of depending on charts_flutter. The package itself is great but Google is pretty terrible at keeping the GitHub mirror up to date with their internal repo. That's a story for another day though...Anyway there was only one package in my project holding me back from going to null safety. Building without null safety requires passing an extra command line flag, that's why I put things off for so long but in the end I gave in. So if you want to use outdated packages in your project(that has migrated to null safety) you need to add this to basically every command: --no-sound-null-safety. So if you were running flutter run you would do it like this:
-
Aqueduct framework is almost dead
Wow ok you weren't exaggerating. Here's the refreshingly frank comment.
-
A note from our sponsor - Shorebird
shorebird.dev | 15 Sep 2026
Stats
google/charts is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of charts is Dart.