global 0.0.51
global: ^0.0.51 copied to clipboard
The package provides all the basic global features and utilities that one would require while developing a flutter project.
We analyzed this package 6 days ago, and awarded it 105 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.51").
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
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
5343 out of 6315 API elements (84.6 %) have documentation comments.
Some symbols that are missing documentation: global, global.ASN1DERDecoder, global.ASN1DERDecoder.ASN1DERDecoder.new, global.ASN1DERDecoder.decode, global.ASN1DERDecoder.getContentLength.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:global/global.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:global/global.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:global/global.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:global/global.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:global/global.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:global/global.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 45 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/GPageTransition.dart:215:7
╷
215 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/GPageTransition.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: GAlertDialog.actionText
lib/src/dialogs/GAlertDialog.dart:4:7
╷
4 │ class GAlertDialog extends GDialog {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dialogs/GAlertDialog.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
android_path_provider |
^0.3.0 |
0.3.1 | 0.3.1 | |
device_info_plus |
^9.1.2 |
9.1.2 | 12.3.0 | |
flutter_downloader |
^1.11.6 |
1.12.0 | 1.12.0 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
flutter_svg |
^2.0.9 |
2.2.3 | 2.2.3 | |
fluttertoast |
^8.2.4 |
8.2.14 | 9.0.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.0 |
11.4.0 | 12.0.1 | |
url_launcher |
^6.2.4 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^9.1.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^8.2.4` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.