gpt_markdown_fixed 1.0.13
gpt_markdown_fixed: ^1.0.13 copied to clipboard
Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more.
We analyzed this package 27 hours ago, and awarded it 55 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: gpt_markdown_fixed
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: gpt_markdown_fixed
.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.13").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
143 out of 282 API elements (50.7 %) have documentation comments.
Some symbols that are missing documentation: code_field
, code_field.CodeField.CodeField.new
, code_field.CodeField.codes
, code_field.CodeField.name
, custom_divider
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Tag detection failed.
Exception: Could not find package dir of gpt_markdown
Tag detection failed.
Exception: Could not find package dir of gpt_markdown
Tag detection failed.
Exception: Could not find package dir of gpt_markdown
Tag detection failed.
Exception: Could not find package dir of gpt_markdown
Tag detection failed.
Exception: Could not find package dir of gpt_markdown
Tag detection failed.
Exception: Could not find package dir of gpt_markdown
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 55 issues. Showing the first 2:
ERROR: '_RenderSelectableAdapter.getSelection' ('void Function()') isn't a valid override of 'SelectionHandler.getSelection' ('SelectedContentRange? Function()').
lib/custom_widgets/selectable_adapter.dart:294:8
╷
294 │ void getSelection() {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/custom_widgets/selectable_adapter.dart
ERROR: Target of URI doesn't exist: 'package:gpt_markdown/custom_widgets/markdown_config.dart'.
lib/gpt_markdown.dart:2:8
╷
2 │ import 'package:gpt_markdown/custom_widgets/markdown_config.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/gpt_markdown.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_math_fork |
^0.7.3 |
0.7.4 | 0.7.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_svg |
- | 2.2.1 | 2.2.1 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
tuple |
- | 2.0.2 | 2.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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 44 errors:
INVALID_OVERRIDE
-lib/custom_widgets/selectable_adapter.dart:294:8
- '_RenderSelectableAdapter.getSelection' ('void Function()') isn't a valid override of 'SelectionHandler.getSelection' ('SelectedContentRange? Function()').URI_DOES_NOT_EXIST
-lib/gpt_markdown.dart:2:8
- Target of URI doesn't exist: 'package:gpt_markdown/custom_widgets/markdown_config.dart'.URI_DOES_NOT_EXIST
-lib/gpt_markdown.dart:6:8
- Target of URI doesn't exist: 'package:gpt_markdown/custom_widgets/custom_divider.dart'.
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.22.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.