global_loader 0.0.2
global_loader: ^0.0.2 copied to clipboard
This is a package which helps we can start loader from anywhere of our code..
We analyzed this package 27 hours ago, and awarded it 105 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: global_loader
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has multiple matching pubspec.yaml
with name: global_loader
.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:6:4
╷
6 │ <p><a href="hhttps://github.com/chandan123-pradhan/Global-Loader/tree/main/example/global_loader">Example</a></p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 27 API elements (51.9 %) have documentation comments.
Some symbols that are missing documentation: global_loader
, global_loader.GlobalLoader
, global_loader.GlobalLoader.$configureLifeCycle
, global_loader.GlobalLoader.GlobalLoader.new
, global_loader.GlobalLoader.addListenerId
.
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
Package not compatible with runtime wasm
Because:
package:global_loader/global_loader.dart
that imports:package:lottie/lottie.dart
that imports:package:lottie/src/providers/network_provider.dart
that imports:package:lottie/src/providers/provider_io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: Unused import: 'package:get/get.dart'.
lib/global_loader.dart:4:8
╷
4 │ import 'package:get/get.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/global_loader.dart
WARNING: Unused import: 'package:lottie/lottie.dart'.
lib/global_loader.dart:5:8
╷
5 │ import 'package:lottie/lottie.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/global_loader.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
get |
^4.1.4 |
4.7.2 | 4.7.2 | |
lottie |
^1.2.1 |
1.4.3 | 3.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 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 `^1.2.1` on lottie does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions lottie
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.