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

discontinued
outdated

A library to get GitHub languages for Dart and Flutter developers.

Github Contributions #

GitHub release Pub

A library to get GitHub languages for Dart and Flutter developers.

Installation #

Add github_languages as a dependency in your pubspec.yaml file

dependencies:
  github_languages: '<latest version>'

Usage #

import 'package:github_languages/github_languages.dart';

/// A demo.
void main() async {
  List<Language> languages = await getLanguages();
  print(languages[0].text);
}

License #

MIT

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A library to get GitHub languages for Dart and Flutter developers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on github_languages