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.

example/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_guitar_tabs/flutter_guitar_tabs.dart';

main() {
  runApp(MaterialApp(
    home: Scaffold(
      body: Center(
        child: TabWidget(
          name: 'Dm',
          tabs: ["x 0 0 2 3 1", "x 5 7 7 6 5", "10 12 12 10 10 10"],
        ),
      ),
    ),
  ));
}
16
likes
0
pub points
56%
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