fontify 0.3.0-nullsafety.1 copy "fontify: ^0.3.0-nullsafety.1" to clipboard
fontify: ^0.3.0-nullsafety.1 copied to clipboard

Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

50
likes
120/ 140
pub points
61%
popularity

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

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

32 out of 100 API elements (32.0 %) have documentation comments.

Some symbols that are missing documentation: fontify, fontify.ChecksumException, fontify.ChecksumException.ChecksumException, fontify.ChecksumException.entityName, fontify.ChecksumException.ChecksumException.font.

10/10 points: Package has an example

OK
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: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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 12 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/otf/cff/charset.dart:1:1

  ╷
1 │ part of fontify.otf.cff;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The part-of directive uses a library name.

lib/src/otf/cff/standard_string.dart:1:1

  ╷
1 │ part of fontify.otf.cff;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
args ^2.0.0 2.5.0 2.5.0
collection ^1.15.0 1.18.0 1.18.0
logger ^1.0.0 1.4.0 2.2.0
meta ^1.3.0 1.14.0 1.14.0
path ^1.8.0 1.9.0 1.9.0
path_parsing ^0.2.0 0.2.1 1.0.1
recase ^4.0.0 4.1.0 4.1.0
vector_math ^2.1.0 2.1.4 2.1.4
xml ^5.1.0 5.4.1 6.5.0
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
petitparser - 5.4.0 6.0.2
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1

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

Found 3 issues. Showing the first 2:

The constraint `^1.0.0` on logger does not support the stable version `2.0.0`.

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

The constraint `^0.2.0` on path_parsing does not support the stable version `1.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

50
likes
120
pub points
61%
popularity

Publisher

unverified uploader

Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, collection, logger, meta, path, path_parsing, recase, vector_math, xml, yaml

More

Packages that depend on fontify