bl_getx 0.0.2
bl_getx: ^0.0.2 copied to clipboard
Custom base with getx package
We analyzed this package 5 days ago, and awarded it 110 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 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 67 API elements (20.9 %) have documentation comments.
Some symbols that are missing documentation: bl_getx
, bl_getx.BaseController
, bl_getx.BaseController.$configureLifeCycle
, bl_getx.BaseController.BaseController.new
, bl_getx.BaseController.addListenerId
.
10/10 points: Package has an example
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:bl_getx/bl_getx.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:bl_getx/bl_getx.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:bl_getx/bl_getx.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:bl_getx/bl_getx.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/bl_getx/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/src/base_controller.dart:15:28
╷
15 │ WidgetsBinding.instance?.addObserver(this);
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base_controller.dart
INFO: Missing type annotation.
lib/src/util.dart:63:1
╷
63 │ loadPageWithRemovePrevious(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/util.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_statusbarcolor_ns |
^0.4.0 |
0.4.0 | 0.6.0 | |
get |
^4.6.1 |
4.7.2 | 4.7.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.4.0` on flutter_statusbarcolor_ns does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions flutter_statusbarcolor_ns
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.22.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.