lordicon 1.0.3 copy "lordicon: ^1.0.3" to clipboard
lordicon: ^1.0.3 copied to clipboard

This library allows you to easily integrate the playback of Lordicon icons into a Flutter application.

13
likes
130/ 160
pub points
511
downloads

We analyzed this package 8 days ago, and awarded it 130 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/lordicondev/lordicon-flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

24 out of 61 API elements (39.3 %) have documentation comments.

Some symbols that are missing documentation: lordicon, lordicon.ControllerStatusListener, lordicon.IconController, lordicon.IconViewer.IconViewer.new, lordicon.IconViewer.colorize.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:lordicon/lordicon.dart that imports:
  • package:lordicon/providers/providers.dart that imports:
  • package:lordicon/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.

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 3 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/providers/providers.dart:63:17

63bool operator ==(dynamic other) {
   │                 ^^
   ╵
copied to clipboard

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/providers/providers.dart:102:17

102bool operator ==(dynamic other) {
    │                 ^^
    ╵
copied to clipboard

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

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
lottie ^2.6.0 2.7.0 3.3.1
path ^1.8.0 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.5
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.6.0` on lottie does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions lottie to update the constraint.

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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 10Aug 7Sep 4Oct 2Oct 30Nov 27Dec 25Jan 22Feb 19Mar 19050100150200250>=1.0.0-0 <2.0.0
13
likes
130
points
511
downloads

Publisher

verified publisherlordicon.com

Weekly Downloads

2024.09.25 - 2025.04.09

This library allows you to easily integrate the playback of Lordicon icons into a Flutter application.

Homepage
Repository (GitHub)
View/report issues

Topics

#lordicon #lottie #icon #animation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, lottie, path

More

Packages that depend on lordicon