sheep_widgets 0.0.1 copy "sheep_widgets: ^0.0.1" to clipboard
sheep_widgets: ^0.0.1 copied to clipboard

Platformweb

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 [...]

100/ 160
pub points
12
downloads

We analyzed this package 7 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 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.dart that imports:
  • package:sheep_widgets/widgets/address_input.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:sheep_widgets/sheep_widgets.dart that imports:
  • package:sheep_widgets/widgets/address_input.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:sheep_widgets/sheep_widgets.dart that imports:
  • package:sheep_widgets/widgets/address_input.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:sheep_widgets/sheep_widgets.dart that imports:
  • package:sheep_widgets/widgets/address_input.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:sheep_widgets/sheep_widgets.dart that imports:
  • package:sheep_widgets/widgets/address_input.dart that imports:
  • dart:html

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:sheep_widgets/sheep_widgets.dart that imports:
  • package:sheep_widgets/widgets/address_input.dart that 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
1
likes
100
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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 maximize code reuse and readability.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http, uuid

More

Packages that depend on sheep_widgets