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

A Flutter widget to display a GitHub-style heatmap of LeetCode submissions using the LeetCode GraphQL API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add leetcode_heatmap

With Flutter:

 $ flutter pub add leetcode_heatmap

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

dependencies:
  leetcode_heatmap: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:leetcode_heatmap/leetcode_heatmap.dart';
2
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget to display a GitHub-style heatmap of LeetCode submissions using the LeetCode GraphQL API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on leetcode_heatmap