impact 0.0.4 impact: ^0.0.4 copied to clipboard
A new Flutter package.
We analyzed this package 10 hours ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
103 out of 639 API elements (16.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: 1_Get_Data_SP
, 1_Get_Data_SP.ImpactGetDataSP
, 1_Global_TF_Decoration
, 1_Global_TF_Decoration.TFDecoration
, 1_Impact_Button_1
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 881 issues. Showing the first 2:
ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
lib/8_Component/1_Menu_Button.dart:221:38
╷
221 │ color: Theme.of(context).backgroundColor,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/8_Component/1_Menu_Button.dart
ERROR: The method 'FlatButton' isn't defined for the type 'ImpactPageSelector2State'.
lib/9_Page_Selectors/2_Impact_PS_2/Page_Selector.dart:230:30
╷
230 │ child: FlatButton(
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/9_Page_Selectors/2_Impact_PS_2/Page_Selector.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 |
file_picker |
^3.0.3 |
3.0.4 | 8.1.4 |
firebase_core |
^1.3.0 |
1.19.0 | 3.8.0 |
flag |
^5.0.0-nullsafety |
5.0.2 | 7.0.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_facebook_auth |
^3.5.0 |
3.5.7 | 7.1.1 |
geolocator |
^7.2.0+1 |
7.7.1 | 13.0.2 |
google_sign_in |
^5.0.4 |
5.4.4 | 6.2.2 |
http |
^0.13.3 |
0.13.6 | 1.2.2 |
shared_preferences |
^2.0.6 |
2.3.3 | 2.3.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^3.0.3` on file_picker does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^1.3.0` on firebase_core does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions firebase_core
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_GETTER
-lib/8_Component/1_Menu_Button.dart:221:38
- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.UNDEFINED_METHOD
-lib/9_Page_Selectors/2_Impact_PS_2/Page_Selector.dart:230:30
- The method 'FlatButton' isn't defined for the type 'ImpactPageSelector2State'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.