tam_chart 1.0.0 copy "tam_chart: ^1.0.0" to clipboard
tam_chart: ^1.0.0 copied to clipboard

The TAM Chart package is a powerful and easy-to-use Flutter library for creating and displaying animated custom charts representing Total Addressable Market (TAM) data. This package allows you to visu [...]

TAM Chart #

Pub Version License

A customizable charting package for Flutter, supporting all platforms.

A powerful and easy-to-use Flutter library for creating and displaying animated charts representing Total Addressable Market (TAM) data.

Features #

  • Animated Charts: Animate the TAM, SAM, and SOM circles with configurable durations.
  • Customizable Styles: Customize colors and text styles for each circle to match your app's theme.
  • Flexible Positioning: Position the SOM circle within the chart using predefined positions (top, bottom, left, right, center).
  • Readable Numeric Values: Format numeric values into readable strings (e.g., 1.5K for 1500, 1.5M for 1500000).
  • Easy Integration: Seamlessly integrate the package into your Flutter project with minimal setup.

Installing #

dependencies:
  tam_chart: ^1.0.0

Import #

import 'package:tam_chart/tam_chart.dart';

How To Use #

final chart= TAMChart(
            tamChartData: TAMChartData(
                duration: 16,
                tamTextColor: Colors.brown,
                samTextColor: Colors.white,
                somTextColor: Colors.black,
                tam: 450,
                sam: 13090,
                som: 750978,
                tamColor: Colors.pink,
                samColor: Colors.blue.shade100,
                somColor: Colors.green,
                somPosition: SomPositions.top),
            fontSize: 10,
            size: const Size(200, 200));

Showcase #

Here is an example screenshot of the TAM Chart in action:

Example Screenshot

Suggestions & Bugs #

For any suggestions or bug report please head to issue tracker. If you feel library is missing a feature, pull request are welcome

Authors #

Aman Gautam

Abha Agarwal

License #

MIT License

13
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

The TAM Chart package is a powerful and easy-to-use Flutter library for creating and displaying animated custom charts representing Total Addressable Market (TAM) data. This package allows you to visualize complex market data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tam_chart