unique_simple_bar_chart 0.0.1 copy "unique_simple_bar_chart: ^0.0.1" to clipboard
unique_simple_bar_chart: ^0.0.1 copied to clipboard

outdated

Developing a simple bar chart package for creating a UI flow of a simple bar charts

unique_simple_bar_chart #

The simple bar chart is indeed a simple design, it helps you to be able to generate a single style simple bar chart for your design, makes it really okay.

You can change color or size easily anytime.

To create a simple bar chart see these example

              SimpleBarChart(
                listOfHorizontalBarData: [
                        HorizontalDetailsModel(
                        name: '1',
                        color: kAPPORANGE,
                        size: 73,
                        ),
                        HorizontalDetailsModel(
                        name: '2',
                        color: kAPPORANGE,
                        size: 92,
                        ),
                        HorizontalDetailsModel(
                        name: '3',
                        color: kAPPORANGE,
                        size: 120,
                        ),
                         HorizontalDetailsModel(
                          name: '4',
                          color: kAPPORANGE,
                          size: 86,
                        ),
                        HorizontalDetailsModel(
                          name: '5',
                          color: kAPPYELLOW,
                          size: 64,
                        ),
                        HorizontalDetailsModel(
                          name: '6',
                          color: kAPPYELLOW,
                          size: 155,
                        ),
                        HorizontalDetailsModel(
                          name: '7',
                          color: kAPPYELLOW,
                          size: 200,
                        ),
                        HorizontalDetailsModel(
                          name: '8',
                          color: kAPPYELLOW,
                          size: 250,
                        ),
                        HorizontalDetailsModel(
                          name: '9',
                          color: kAPPYELLOW,
                          size: 200,
                        ),
                        HorizontalDetailsModel(
                          name: '10',
                          color: kAPPYELLOW,
                          size: 160,
                        ),
                        HorizontalDetailsModel(
                          name: '11',
                          color: kAPPYELLOW,
                          size: 180,
                        ),
                        HorizontalDetailsModel(
                          name: '12',
                          color: kAPPYELLOW,
                          size: 60,
                        ),
                    ],
                verticalInterval: 100,
              ),

verticalInterval is the space between the line at the vertical size listOfHorizontalBarData is a list of HorizontalDetailsModel, this is use to create the horizontal bars show.

The output will be like this

Screenshot 2023-05-20 at 20 29 55
6
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Developing a simple bar chart package for creating a UI flow of a simple bar charts

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on unique_simple_bar_chart