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

outdated

Fast and high-quality TeX math equation rendering with pure Dart & Flutter.

60/ 160
pub points
133
downloads

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

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

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

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: Apache-2.0.

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

411 out of 635 API elements (64.7 %) have documentation comments.

Some symbols that are missing documentation: ast.AccentNode.AccentNode.new, ast.AccentNode.copyWith, ast.AccentNode.toJson, ast.AccentUnderNode.AccentUnderNode.new, ast.AccentUnderNode.copyWith.

Passed check 10/10 points: Package has an example

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

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 98 issues. Showing the first 2:

ERROR: The method 'hashValues' isn't defined for the type 'FontOptions'.

lib/src/ast/options.dart:402:7

    ╷
402 │       hashValues(fontFamily.hashCode, fontWeight.hashCode, fontShape.hashCode);
    │       ^^^^^^^^^^
    ╵

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

ERROR: The method 'hashValues' isn't defined for the type 'PartialFontOptions'.

lib/src/ast/options.dart:436:7

    ╷
436 │       hashValues(fontFamily.hashCode, fontWeight.hashCode, fontShape.hashCode);
    │       ^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
collection ^1.15.0-nullsafety.5 1.19.1 1.19.1
flutter_svg ^0.20.0-nullsafety.3 0.20.0-nullsafety.3 2.2.4
meta ^1.3.0-nullsafety.6 1.17.0 1.18.1
provider ^5.0.0-nullsafety.2 5.0.0 6.1.5+1
tuple ^2.0.0-nullsafety.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
material_color_utilities - 0.13.0 0.13.0
nested - 1.0.0 1.0.0
path_drawing - 0.5.1+1 1.0.1
path_parsing - 0.2.1 1.1.0
petitparser - 5.4.0 7.0.2
vector_math - 2.2.0 2.2.0
xml - 5.4.1 6.6.1

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

The constraint `^0.20.0-nullsafety.3` on flutter_svg does not support the stable version `0.21.0`.

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

The constraint `^5.0.0-nullsafety.2` on provider does not support the stable version `6.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 20 errors:

  • UNDEFINED_METHOD - lib/src/ast/options.dart:402:7 - The method 'hashValues' isn't defined for the type 'FontOptions'.
  • UNDEFINED_METHOD - lib/src/ast/options.dart:436:7 - The method 'hashValues' isn't defined for the type 'PartialFontOptions'.
  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/src/render/layout/layout_builder_baseline.dart:23:7 - Missing concrete implementations of 'RenderObjectWithLayoutCallbackMixin.runLayoutCallback' and 'RenderObjectWithLayoutCallbackMixin.scheduleLayoutCallback'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.10, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
65
likes
60
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Fast and high-quality TeX math equation rendering with pure Dart & Flutter.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

collection, flutter, flutter_svg, meta, provider, tuple

More

Packages that depend on flutter_math