sheep_widgets 0.0.1
sheep_widgets: ^0.0.1 copied to clipboard
Sheep Widgets is a group of custom widgets I find myself using repetitively throughout the development process across multiple projects. The idea is to create a central repository for these widgets to [...]
We analyzed this package 7 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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
19 out of 95 API elements (20.0 %) have documentation comments.
Some symbols that are missing documentation: address_input, address_input.AddressInput, address_input.AddressInput.AddressInput.new, address_input.AddressInput.apiKey, address_input.AddressInput.controller.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:sheep_widgets/sheep_widgets.dartthat imports:package:sheep_widgets/widgets/address_input.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:sheep_widgets/sheep_widgets.dartthat imports:package:sheep_widgets/widgets/address_input.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:sheep_widgets/sheep_widgets.dartthat imports:package:sheep_widgets/widgets/address_input.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:sheep_widgets/sheep_widgets.dartthat imports:package:sheep_widgets/widgets/address_input.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:sheep_widgets/sheep_widgets.dartthat imports:package:sheep_widgets/widgets/address_input.dartthat imports:dart:html
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:sheep_widgets/sheep_widgets.dartthat imports:package:sheep_widgets/widgets/address_input.dartthat imports:dart:html
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: The value of the field '_focusNode' isn't used.
lib/widgets/address_input.dart:35:19
╷
35 │ final FocusNode _focusNode = FocusNode();
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/address_input.dart
WARNING: The 'authors' field is no longer used and can be removed.
pubspec.yaml:6:1
╷
6 │ authors:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
uuid |
^4.4.0 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.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.
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.