getme 4.6.5
getme: ^4.6.5 copied to clipboard
Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
We analyzed this package 8 days ago, and awarded it 55 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: getme
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: getme
.
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 ("4.6.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
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
800 out of 2266 API elements (35.3 %) have documentation comments.
Some symbols that are missing documentation: bindings_interface
, bindings_interface.BindingBuilderCallback
, bindings_interface.Bindings.Bindings.new
, bindings_interface.Bindings.dependencies
, bindings_interface.BindingsBuilder.dependencies
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:getme/get_connect/http/src/http/html/http_request_html.dart
that imports:dart:html
Package not compatible with platform iOS
Because:
package:getme/get_connect/http/src/http/html/http_request_html.dart
that imports:dart:html
Package not compatible with platform Windows
Because:
package:getme/get_connect/http/src/http/html/http_request_html.dart
that imports:dart:html
Package not compatible with platform Linux
Because:
package:getme/get_connect/http/src/http/html/http_request_html.dart
that imports:dart:html
Package not compatible with platform macOS
Because:
package:getme/get_connect/http/src/http/html/http_request_html.dart
that imports:dart:html
Package not compatible with platform Web
Because:
package:getme/get_connect/http/src/http/io/file_decoder_io.dart
that imports:dart:io
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 86 issues. Showing the first 2:
ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
lib/get_navigation/src/extension_navigation.dart:225:62
╷
225 │ TextStyle(color: confirmTextColor ?? theme.backgroundColor),
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/get_navigation/src/extension_navigation.dart
ERROR: The method 'isPopGestureInProgress' isn't defined for the type 'CupertinoRouteTransitionMixin'.
lib/get_navigation/src/routes/get_transition_mixin.dart:371:39
╷
371 │ CupertinoRouteTransitionMixin.isPopGestureInProgress(route);
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/get_navigation/src/routes/get_transition_mixin.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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 3 errors:
UNDEFINED_GETTER
-lib/get_navigation/src/extension_navigation.dart:225:62
- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.UNDEFINED_METHOD
-lib/get_navigation/src/routes/get_transition_mixin.dart:371:39
- The method 'isPopGestureInProgress' isn't defined for the type 'CupertinoRouteTransitionMixin'.UNDEFINED_METHOD
-lib/get_navigation/src/routes/get_transition_mixin.dart:782:39
- The method 'isPopGestureInProgress' isn't defined for the type 'CupertinoRouteTransitionMixin'.
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.23
, Flutter 3.35.4
, Dart 3.9.2
.
Check the analysis log for details.