flutter_guitar_chord 0.0.3 copy "flutter_guitar_chord: ^0.0.3" to clipboard
flutter_guitar_chord: ^0.0.3 copied to clipboard

Simple and easy to use Flutter Guitar Chord widget using custom painter for guitar chord application

FlutterGuitarChord #

Simple and easy to use Flutter Guitar Chord widget using custom painter for guitar chord application

You can use guitar_chord_library package for chord data

Preview #

Getting Started #

To use this plugin, add flutter_guitar_chord as a dependency in your pubspec.yaml file.

Pubspec.yaml #

dependencies:
    flutter_guitar_chord: ^0.0.2

Usage Examples #

You can use guitar_chord_library package for chord data

import 'package:flutter_guitar_chord/flutter_guitar_chord.dart';

//...//

FlutterGuitarChord(
    baseFret: 1,
    chordName: 'Cmajor',
    fingers: '0 3 2 0 1 0',
    frets: '-1 3 2 0 1 0',
    totalString: 6,
    // labelColor: Colors.teal,
    // tabForegroundColor: Colors.white,
    // tabBackgroundColor: Colors.deepOrange,
    // barColor: Colors.black,
    // stringColor: Colors.red,
),

Note #

Pull request are always welcome to contribute, flutter_guitar_chord github repo.

Release notes #

See CHANGELOG

11
likes
160
points
31
downloads

Publisher

verified publishercoderverse.org

Weekly Downloads

Simple and easy to use Flutter Guitar Chord widget using custom painter for guitar chord application

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_guitar_chord