flutter_icons_generator 1.0.0-dev-1 copy "flutter_icons_generator: ^1.0.0-dev-1" to clipboard
flutter_icons_generator: ^1.0.0-dev-1 copied to clipboard

Converts all *.svg icons to icon-font (.otf) and generates flutter compatible dart class without additional requirements.

9
likes
140/ 160
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

7 out of 38 API elements (18.4 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: builder, builder.iconBuilder, builder.iconConfig, font_class_gen, font_class_gen.FontClassGenerator.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:flutter_icons_generator/builder.dart that imports:
  • package:flutter_icons_generator/icons_generator.dart that imports:
  • package:flutter_icons_generator/font_class_gen.dart that imports:
  • package:fontify/fontify.dart that imports:
  • package:fontify/src/utils.dart that imports:
  • package:fontify/src/utils/flutter_class_gen.dart that imports:
  • package:fontify/src/otf/defaults.dart that imports:
  • package:fontify/src/utils/otf.dart that imports:
  • package:fontify/src/otf/table/head.dart that imports:
  • package:fontify/src/otf/table/all.dart that imports:
  • package:fontify/src/otf/table/post.dart that imports:
  • package:fontify/src/otf/debugger.dart that imports:
  • package:fontify/src/utils/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_icons_generator/builder.dart that imports:
  • package:flutter_icons_generator/icons_generator.dart that imports:
  • package:flutter_icons_generator/font_class_gen.dart that imports:
  • package:fontify/fontify.dart that imports:
  • package:fontify/src/utils.dart that imports:
  • package:fontify/src/utils/flutter_class_gen.dart that imports:
  • package:fontify/src/otf/defaults.dart that imports:
  • package:fontify/src/utils/otf.dart that imports:
  • package:fontify/src/otf/table/head.dart that imports:
  • package:fontify/src/otf/table/all.dart that imports:
  • package:fontify/src/otf/table/post.dart that imports:
  • package:fontify/src/otf/debugger.dart that imports:
  • package:fontify/src/utils/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.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.

OK
Pass static analysis
50 / 50trigger folding of the section

50/50 points: code has no errors, warnings, lints, or formatting issues

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

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

Package Constraint Compatible Latest
build ^2.3.1 2.4.1 2.4.1
flutter flutter 0.0.0 0.0.0
flutter_svg ^0.23.0+1 0.23.0+1 2.0.10+1
fontify ^0.3.0-nullsafety.1 0.3.0-nullsafety.1 0.3.0-nullsafety.1
path ^1.8.2 1.9.0 1.9.0
recase ^4.1.0 4.1.0 4.1.0
yaml ^3.1.1 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 72.0.0 74.0.0
_macros - 0.3.2 0.3.2
analyzer - 6.7.0 6.9.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.5 3.0.5
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
logger - 1.4.0 2.4.0
logging - 1.2.0 1.2.0
macros - 0.1.2-main.4 0.1.3-main.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.15.0
package_config - 2.1.0 2.1.0
path_drawing - 0.5.1+1 1.0.1
path_parsing - 0.2.1 1.0.1
petitparser - 5.4.0 6.0.2
pub_semver - 2.1.4 2.1.4
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
watcher - 1.1.0 1.1.0
xml - 5.4.1 6.5.0

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

The constraint `^0.23.0+1` on flutter_svg does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions flutter_svg 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.22.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.

9
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Converts all *.svg icons to icon-font (.otf) and generates flutter compatible dart class without additional requirements.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, flutter, flutter_svg, fontify, path, recase, yaml

More

Packages that depend on flutter_icons_generator