impact 0.0.5  impact: ^0.0.5 copied to clipboard
impact: ^0.0.5 copied to clipboard
A new Flutter package.
We analyzed this package 45 hours ago, and awarded it 45 pub points (of a possible 160):
 0/10 points: Provide a valid
 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 50 to 180 characters to describe the package, what it does, and its target use case.
- 
pubspec.yamldoesn't have ahomepageentry.
- 
pubspec.yamldoesn't have arepositoryentry.
 5/5 points: Provide a valid
 5/5 points: Provide a valid README.md
 0/5 points: Provide a valid
 0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
 10/10 points: Use an OSI-approved license
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 0/10 points: 20% or more of the public API has dartdoc comments
 0/10 points: 20% or more of the public API has dartdoc comments
193 out of 1277 API elements (15.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_Arc, 1_Arc.Arc, 1_Arc.Arc.Arc.new, 1_Arc.ArcClipper, 1_Arc.ArcClipper.ArcClipper.new.
 0/10 points: Package has an example
 0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android 
- 
✓ iOS 
These platforms are not supported:
Package does not support platform `Windows`.
Because:
- package:impact/0_Impact_Global/10_Impact_Google_Login.dartthat imports:
- package:google_sign_in/google_sign_in.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `Linux`.
Because:
- package:impact/0_Impact_Global/10_Impact_Google_Login.dartthat imports:
- package:google_sign_in/google_sign_in.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `macOS`.
Because:
- package:impact/0_Impact_Global/10_Impact_Google_Login.dartthat imports:
- package:google_sign_in/google_sign_in.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `Web`.
Because:
- package:impact/0_Impact_Global/11_Impact_Get_Device.dartthat imports:
- package:device_info/device_info.dartthat declares support for platforms:- Android,- iOS.
 0/0 points: WASM compatibility
 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.cn/web/wasm for details.
 0/50 points: code has no errors, warnings, lints, or formatting issues
 0/50 points: code has no errors, warnings, lints, or formatting issues
Found 1676 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
WARNING: The value of the local variable 'ipAddress' isn't used.
lib/0_Impact_Global/12_Impact_Get_IP.dart:9:10
  ╷
9 │   String ipAddress;
  │          ^^^^^^^^^
  ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/0_Impact_Global/12_Impact_Get_IP.dart
 0/10 points: All of the package dependencies are supported in the latest version
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| cached_network_image | ^3.1.0 | 3.3.1 | 3.4.1 | |
| cupertino_icons | ^1.0.2 | 1.0.8 | 1.0.8 | |
| dart_ipify | ^1.1.0 | 1.1.1 | 1.1.1 | |
| device_info | ^2.0.2 | 2.0.3 | 2.0.3 | Discontinued | 
| file_picker | ^3.0.3 | 3.0.4 | 10.3.3 | |
| firebase_core | ^1.3.0 | 1.24.0 | 4.2.0 | |
| firebase_messaging | ^10.0.4 | 10.0.9 | 16.0.3 | |
| flag | ^5.0.0-nullsafety | 5.0.2 | 7.0.2 | |
| flutter_facebook_auth | ^3.5.0 | 3.5.7 | 7.1.2 | |
| flutter_spinkit | ^5.0.0 | 5.2.2 | 5.2.2 | |
| geolocator | ^7.2.0+1 | 7.7.1 | 14.0.2 | |
| google_sign_in | ^5.0.4 | 5.4.4 | 7.2.0 | |
| http | ^0.13.3 | 0.13.6 | 1.5.0 | |
| shared_preferences | ^2.0.6 | 2.5.3 | 2.5.3 | 
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 9 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
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 0/20 points: Compatible with dependency constraint lower bounds
 0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
- UNDEFINED_GETTER-- lib/8_Component/1_Menu_Button.dart:221:38- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
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.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.