stack_chart 1.1.6 copy "stack_chart: ^1.1.6" to clipboard
stack_chart: ^1.1.6 copied to clipboard

A flutter package for customized stacked chart use within your applications.

Features #

  • Using this stack_chart Package you can create your own customized dynamic stacked chart for booking status and other data formats to show your analytics with better presentation approach

Getting started #

  • Download flutter package stack_chart for your project without any hassle

How to use? #

import 'package:stack_chart/stack_chart.dart';

Widget Usage

MacStackChart(
    chartTitle: "Bookings Stack Chart",
    dateFormat: "h a",
    chartData: chartData,
    chartLabel: chartLabel,
    containerHeight: MediaQuery.of(context).size.height * 0.035,
    containerWidth: MediaQuery.of(context).size.width * 0.05,
    chartText: chartText,
    backgroundColor: Colors.transparent,
    chartBackgroundColor: Colors.white,
    style: const TextStyle(
    color: Colors.black,
    fontSize: 12,
    ),
)

Confetti Animation Screen #

ConfettiScreen()

Examples #

  • This repository contains the source code of multiple plugins & packages for Flutter.

Available plugins & packages #

Package Access & Version #

0
likes
130
pub points
0%
popularity

Publisher

verified publishermacincode.com

A flutter package for customized stacked chart use within your applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, intl, meta, provider, vector_math

More

Packages that depend on stack_chart