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

A Flutter package for showing contributors of a project on GitHub in a nice UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add contributors
copied to clipboard

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

dependencies:
  contributors: ^0.0.2
copied to clipboard

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:contributors/contributors.dart';
copied to clipboard
7
likes
40
points
33
downloads

Publisher

verified publisherflutterbuddies.com

Weekly Downloads

2024.09.26 - 2025.04.10

A Flutter package for showing contributors of a project on GitHub in a nice UI.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

fl_chart, flutter, github, stacked

More

Packages that depend on contributors