flutter_markdown 0.6.10+6 icon indicating copy to clipboard operation
flutter_markdown: ^0.6.10+6 copied to clipboard

A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.

965
likes
100/ 130
pub points
99%
popularity

We analyzed this package 13 days ago, and awarded it 100 pub points (of a possible 130):

icon indicating section status
Follow Dart file conventions
30 / 30icon to trigger 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: BSD-3-Clause.

icon indicating section status
Provide documentation
10 / 10icon to trigger folding of the section

10/10 points: Package has an example

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ MacOS
  • ✓ Web
icon indicating section status
Pass static analysis
10 / 30icon to trigger folding of the section

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/builder.dart:491:42

    ╷
491 │         _tables.single.rows.last.children!.add(child);
    │                                          ^
    ╵

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

WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.

lib/src/style_sheet.dart:717:19

    ╷
717 │     return Object.hashAll(<Object?>[
    │                   ^^^^^^^
    ╵

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
markdown ^5.0.0 5.0.0 7.1.0
meta ^1.3.0 1.9.1 1.9.1
path ^1.8.0 1.8.3 1.8.3
Transitive dependencies
Package Constraint Compatible Latest
args - 2.4.1 2.4.1
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.17.1 1.17.2
js - 0.6.7 0.6.7
material_color_utilities - 0.2.0 0.5.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

The constraint `^5.0.0` on markdown does not support the stable version `6.0.0`.

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

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

icon indicating section status
Dart 3 & Flutter 3.10 compatibility
20 / 20icon to trigger folding of the section

20/20 points: Package is Dart 3 & Flutter 3.10 compatible!

Analysed with Pana 0.21.32, Flutter 3.10.0, Dart 3.0.0.

965
likes
100
pub points
99%
popularity

Publisher

verified publisher iconflutter.dev

A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.

Repository (GitHub)
View/report issues
Contributing

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter, markdown, meta, path

More

Packages that depend on flutter_markdown