flutter_math 0.3.0-nullsafety.1
flutter_math: ^0.3.0-nullsafety.1 copied to clipboard
Fast and high-quality TeX math equation rendering with pure Dart & Flutter.
We analyzed this package 3 hours ago, and awarded it 60 pub points (of a possible 160):
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: Apache-2.0.
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.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.