Google Charts
Interactive chart library for Flutter & web, now archived & read-only
Charts is an open source charting library created by Google for building data visualizations in the Flutter framework. It provides a set of tools and components for creating visually rich and interactive charts on both Android and iOS platforms. The library includes a core package, charts_common, which defines the shared logic and rendering capabilities, and charts_flutter, a Flutter-specific implementation that enables seamless integration with mobile apps. Developers can use Charts to display various chart types such as bar charts, line charts, pie charts, and more, with options to customize colors, labels, and animations. ...