contributors 0.0.2 icon indicating copy to clipboard operation
contributors: ^0.0.2 copied to clipboard

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

7
likes
100/ 140
pub points
0%
popularity

We analyzed this package 16 hours ago, and awarded it 100 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
30 / 30icon to trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

10/10 points: Package has an example

10/10 points: 20% or more of the public API has dartdoc comments

  • 37 out of 38 API elements (97.4 %) have documentation comments.
icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ MacOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:contributors/contributors.dart that imports:
  • package:contributors/src/ui/views/contributors_builder/contributors_builder_view.dart that imports:
  • package:contributors/src/ui/views/contributors_builder/contributors_builder_view_model.dart that imports:
  • package:contributors/src/ui/global/custom_base_view_model.dart that imports:
  • package:stacked/stacked.dart that imports:
  • package:stacked/src/code_generation/router/route_guard.dart that imports:
  • package:stacked/src/code_generation/router/extended_navigator.dart that imports:
  • package:stacked/src/code_generation/router/router_utils.dart that imports:
  • dart:io
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

20/30 points: code has no errors, warnings, lints, or formatting issues

INFO: 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre.

lib/src/ui/views/contributor/widgets/info_list_tile.dart:32:44

   ╷
32 │         color: Theme.of(context).textTheme.bodyText1.color,
   │                                            ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/views/contributor/widgets/info_list_tile.dart

INFO: The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.

lib/src/ui/views/contributors/contributors_view.dart:3:8

  ╷
3 │ import 'package:flutter/material.dart' show ListTile;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/views/contributors/contributors_view.dart

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatest
fl_chart^0.30.00.30.00.61.0
flutterflutter0.0.00.0.0
github^8.0.18.5.09.11.0
stacked^1.9.71.9.83.2.0
Transitive dependencies
PackageConstraintCompatibleLatest
async-2.11.02.11.0
characters-1.2.11.3.0
collection-1.17.01.17.1
equatable-2.0.52.0.5
get_it-6.1.17.2.0
http-0.13.50.13.5
http_parser-4.0.24.0.2
js-0.6.50.6.7
json_annotation-4.8.04.8.0
material_color_utilities-0.2.00.3.0
meta-1.8.01.9.1
nested-1.0.01.0.0
observable_ish-2.1.54.0.8
path-1.8.31.8.3
pedantic-1.11.11.11.1
provider-5.0.06.0.5
sky_engine-0.0.990.0.99
source_span-1.9.11.9.1
string_scanner-1.2.01.2.0
term_glyph-1.2.11.2.1
typed_data-1.3.11.3.1
vector_math-2.1.42.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^0.30.0` on fl_chart does not support the stable version `0.35.0`.

Try running dart pub upgrade --major-versions fl_chart to update the constraint.

The constraint `^8.0.1` on github does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions github to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

icon indicating section status
Support sound null safety
0 / 20icon to trigger folding of the section

0/20 points: Package does not opt in to null safety.

Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.

Consider migrating.

Analysed with Pana 0.21.27, Flutter 3.7.7, Dart 2.19.4.

7
likes
100
pub points
0%
popularity

Publisher

verified publisher iconflutterbuddies.com

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

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

fl_chart, flutter, github, stacked

More

Packages that depend on contributors