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.

example/github_languages_example.dart

import 'package:github_languages/github_languages.dart';

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