medal_table 2.0.1 copy "medal_table: ^2.0.1" to clipboard
medal_table: ^2.0.1 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

imdb

Usage Example #

        MedalTable(
          headerDecoration: BoxDecoration(
            color: const Color(0xff091442),
            borderRadius: BorderRadius.circular(6),
          ),
          headerTextStyle: const TextStyle(
            fontSize: 18,
            color: Color(0xff6594C0),
          ),
          labelTitle: "Team",
          leadingTitle: "Rank",
          valueTitle: "UCL Title",
          firstItem: TableItemModel(title: "Real Marid", value: 15),
          secondItem: TableItemModel(title: "Milan", value: 7),
          thirdItem: TableItemModel(title: "Liverpool", value: 6),
          itemTextStyle: const TextStyle(
            fontSize: 16,
            color: Color(0xff091442),
          ),
        );

Installation #

Installing

4
likes
160
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on medal_table