markdowneditor 0.0.2
markdowneditor: ^0.0.2 copied to clipboard
A package used to create markdown input field an preview Html markdown.
We analyzed this package 6 days ago, and awarded it 50 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://slimmusic-7a216.web.app/#/
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 5 out of 58 API elements (8.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
ERROR: Undefined name 'FlatButton'.
lib/textview.dart:132:12
╷
132 │ return FlatButton.icon(onPressed: (){
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/textview.dart
WARNING: Missing case clause for 'title'.
lib/package/tfunction.dart:19:5
╷
19 │ switch(type){
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/package/tfunction.dart
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 |
flutter_markdown | ^0.5.2 | 0.5.2 | 0.6.13 |
google_fonts | ^2.1.0 | 2.3.3 | 3.0.1 |
syntax_highlighter | ^0.1.1 | 0.1.1 | 0.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args | - | 1.6.0 | 2.3.2 |
async | - | 2.10.0 | 2.10.0 |
characters | - | 1.2.1 | 1.2.1 |
charcode | - | 1.3.1 | 1.3.1 |
collection | - | 1.16.0 | 1.17.0 |
crypto | - | 3.0.2 | 3.0.2 |
ffi | - | 2.0.1 | 2.0.1 |
file | - | 6.1.4 | 6.1.4 |
http | - | 0.13.5 | 0.13.5 |
http_parser | - | 4.0.2 | 4.0.2 |
markdown | - | 3.0.0 | 6.0.1 |
material_color_utilities | - | 0.1.5 | 0.2.0 |
meta | - | 1.8.0 | 1.8.0 |
path | - | 1.8.3 | 1.8.3 |
path_provider | - | 2.0.11 | 2.0.11 |
path_provider_android | - | 2.0.22 | 2.0.22 |
path_provider_ios | - | 2.0.11 | 2.0.11 |
path_provider_linux | - | 2.1.7 | 2.1.7 |
path_provider_macos | - | 2.0.7 | 2.0.7 |
path_provider_platform_interface | - | 2.0.5 | 2.0.5 |
path_provider_windows | - | 2.1.3 | 2.1.3 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 2.1.3 | 2.1.3 |
process | - | 4.2.4 | 4.2.4 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.2.0 | 1.2.0 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.2 | 2.1.4 |
win32 | - | 3.1.3 | 4.1.0 |
xdg_directories | - | 0.2.0+3 | 0.2.0+3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.2` on flutter_markdown does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions flutter_markdown
to update the constraint.
The constraint `^2.1.0` on google_fonts does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions google_fonts
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.24
, Flutter 3.3.10
, Dart 2.18.6
.