dashbook 0.1.13
dashbook: ^0.1.13 copied to clipboard
A showcase/sandbox library to help you build isolated widgets in Flutter
We analyzed this package 29 hours ago, and awarded it 120 pub points (of a possible 140):
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
10 out of 87 API elements (11.5 %) 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.
Some symbols that are missing documentation: dashbook
, CenterDecorator
, CenterDecorator
, decorate
, Chapter
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre.
lib/src/widgets/preview_container.dart:52:9
╷
52 │ textScaleFactor: deviceInfo.textScaleFactor,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/preview_container.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
device_frame |
^1.1.0 |
1.1.0 | 1.1.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_colorpicker |
^1.0.3 |
1.0.3 | 1.0.3 |
flutter_markdown |
^0.6.17+3 |
0.6.18+2 | 0.6.18+2 |
shared_preferences |
^2.2.1 |
2.2.2 | 2.2.2 |
url_launcher |
^6.1.14 |
6.2.2 | 6.2.2 |
Transitive dependencies
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
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.