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

Libraries

stack_chart