medal_table 1.0.4 copy "medal_table: ^1.0.4" to clipboard
medal_table: ^1.0.4 copied to clipboard

A medal table showing ranking. It can be made into a table with different information by changing the settings

Medal Table #

A medal table showing ranking

Samples #

ucl title imdb best

Usage Example #

            MedalTable(
              headerDecoration: BoxDecoration(
                color: const Color(0xff091442),
                borderRadius: BorderRadius.circular(8),
              ),
              firstLabel: "Real Madrid",
              secondLabel: "Milan",
              thirdLabel: "Liverpool",
              labelTitle: "Team",
              leadingTitle: "Rank",
              valueTitle: "UCL Title",
              firstValue: "14",
              secondValue: "7",
              thirdValue: "6",
              textStyle: const TextStyle(
                fontSize: 17,
                color: Color(0xff091442),
              ),
              headerTextStyle: const TextStyle(
                fontSize: 20,
                color: Color(0xff6594C0),
              ),
            )

Installation #

Installing

0
likes
130
pub points
11%
popularity

Publisher

unverified uploader

A medal table showing ranking. It can be made into a table with different information by changing the settings

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on medal_table