flutter_guitar_tabs 0.0.2 copy "flutter_guitar_tabs: ^0.0.2" to clipboard
flutter_guitar_tabs: ^0.0.2 copied to clipboard

outdated

A widget to display guitar tabs. Renders open strings, muted strings, and bars.

flutter_guitar_tabs #

flutter_guitar_tabs is a package to show guitar tabs like the one below:

Example 1 Example 2 Example 3

How to use the package #

The widget TabWidget receives two parameters, name and tabs. name is the name displayed on the top. tabs is a list of strings containing up to 6 numbers, or x, with seperating spaces. As an example:

  • "x 0 0 2 3 1"
  • "x 5 7 7 6 5"
  • "10 12 12 10 10 10"

Example use #

This is an example of how to use the package:


TabWidget(
  name: 'Dm',
  tabs: ["x 0 0 2 3 1", "x 5 7 7 6 5", "10 12 12 10 10 10"],
),

PR's are welcome.

16
likes
0
pub points
54%
popularity

Publisher

verified publisherjoranmulderij.com

A widget to display guitar tabs. Renders open strings, muted strings, and bars.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_guitar_tabs