contributors 0.0.2
contributors: ^0.0.2 copied to clipboard
A Flutter package for showing contributors of a project on GitHub in a nice UI.
We analyzed this package 16 hours ago, and awarded it 100 pub points (of a possible 140):
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
.
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.
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
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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
fl_chart | ^0.30.0 | 0.30.0 | 0.61.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
github | ^8.0.1 | 8.5.0 | 9.11.0 |
stacked | ^1.9.7 | 1.9.8 | 3.2.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.11.0 | 2.11.0 |
characters | - | 1.2.1 | 1.3.0 |
collection | - | 1.17.0 | 1.17.1 |
equatable | - | 2.0.5 | 2.0.5 |
get_it | - | 6.1.1 | 7.2.0 |
http | - | 0.13.5 | 0.13.5 |
http_parser | - | 4.0.2 | 4.0.2 |
js | - | 0.6.5 | 0.6.7 |
json_annotation | - | 4.8.0 | 4.8.0 |
material_color_utilities | - | 0.2.0 | 0.3.0 |
meta | - | 1.8.0 | 1.9.1 |
nested | - | 1.0.0 | 1.0.0 |
observable_ish | - | 2.1.5 | 4.0.8 |
path | - | 1.8.3 | 1.8.3 |
pedantic | - | 1.11.1 | 1.11.1 |
provider | - | 5.0.0 | 6.0.5 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.2.0 | 1.2.0 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.4 | 2.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
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
.