tournament_bracket_kit 0.1.0 copy "tournament_bracket_kit: ^0.1.0" to clipboard
tournament_bracket_kit: ^0.1.0 copied to clipboard

A customizable Flutter widget for rendering single-elimination tournament brackets with pan/zoom, round tabs, and fully customizable match cards.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tournament_bracket_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tournament_bracket_kit: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tournament_bracket_kit/tournament_bracket_kit.dart';
2
likes
160
points
75
downloads

Documentation

API reference

Publisher

verified publishersangamadhikari.com

Weekly Downloads

A customizable Flutter widget for rendering single-elimination tournament brackets with pan/zoom, round tabs, and fully customizable match cards.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tournament_bracket_kit