flutter_animated_icons 1.0.1
flutter_animated_icons: ^1.0.1 copied to clipboard
Collection of 2400+ animations for your icons and buttons. They are implemented by Lottie animation. Effective icon animation tells a clear story amplifying the intended UX.
We analyzed this package 21 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository has no repository or homepage URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: flutter_animated_icons, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
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
2461 out of 2473 API elements (99.5 %) have documentation comments.
Some symbols that are missing documentation: flutter_animated_icons, flutter_animated_icons.MyApp, flutter_animated_icons.MyApp.MyApp.new, flutter_animated_icons.MyHomePage, flutter_animated_icons.MyHomePage.MyHomePage.new.
10/10 points: Package has 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:flutter_animated_icons/flutter_animated_icons.dartthat imports:package:lottie/lottie.dartthat imports:package:lottie/src/providers/network_provider.dartthat imports:package:lottie/src/providers/provider_io.dartthat 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 2170 issues. Showing the first 2:
INFO: Don't invoke 'print' in production code.
lib/flutter_animated_icons.dart:142:17
╷
142 │ print(_bellController.status);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_animated_icons.dart
INFO: The constant name '$100_percent' isn't a lowerCamelCase identifier.
lib/icons8.dart:10:23
╷
10 │ static const String $100_percent = '$_path/100-percent.json';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/icons8.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
lottie |
^1.3.0 |
1.4.3 | 3.3.2 |
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.7 | 3.0.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.3.0` 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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.