duxt_icons 0.1.0 copy "duxt_icons: ^0.1.0" to clipboard
duxt_icons: ^0.1.0 copied to clipboard

Icon components for Jaspr. Supports 200K+ icons from Iconify with inline SVG rendering for SSR and web component fallback for SPA.

135/ 160
pub points
113
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 0/5 points: Provide a valid README.md

No `README.md` found.

The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

40 out of 125 API elements (32.0 %) have documentation comments.

Some symbols that are missing documentation: duxt_icons.IconData.IconData.fromJson, duxt_icons.IconData.IconData.new, duxt_icons.IconData.toJson, duxt_icons.IconNames.alertCircle, duxt_icons.IconNames.alertTriangle.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:duxt_icons/duxt_icons.dart that imports:
  • package:duxt_icons/src/icon_resolver.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/src/icon.dart:1:1

  ╷
1 │ /// Icon component for Jaspr.
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/icon.dart

INFO: The variable name 'Icon' isn't a lowerCamelCase identifier.

lib/src/icon.dart:43:11

   ╷
43 │ Component Icon(
   │           ^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/icon.dart

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.0 1.6.0 1.6.0
jaspr ^0.22.1 0.22.3 0.22.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
csslib - 1.0.2 1.0.2
hotreloader - 4.3.0 4.3.0
html - 0.15.6 0.15.6
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
meta - 1.18.1 1.18.1
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
shelf - 1.4.2 1.4.2
shelf_gzip - 4.1.0 4.1.0
shelf_proxy - 1.0.4 1.0.4
shelf_static - 1.1.3 1.1.3
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_web - 1.1.1+1 1.1.1+1
vm_service - 15.0.2 15.0.2
watcher - 1.2.1 1.2.1
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, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
135
points
113
downloads

Publisher

unverified uploader

Weekly Downloads

Icon components for Jaspr. Supports 200K+ icons from Iconify with inline SVG rendering for SSR and web component fallback for SPA.

Homepage
Repository (GitHub)
View/report issues

Topics

#web #jaspr #icons #iconify #svg

Documentation

API reference

License

MIT (license)

Dependencies

http, jaspr

More

Packages that depend on duxt_icons