today_design_system 0.0.16
today_design_system: ^0.0.16 copied to clipboard
This is a package to import all the Today Design System widgets and constants to generate new Flutter projects based of it.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/hectorrdz98/today-design-system-docs-test 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
117 out of 218 API elements (53.7 %) have documentation comments.
Some symbols that are missing documentation: today_library.components.TodayBadge, today_library.components.TodayBadge.TodayBadge.new, today_library.components.TodayBadge.label, today_library.components.TodayBadge.progress, today_library.components.TodayBadge.variant.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:today_design_system/components/components.dartthat imports:package:flutter_dropzone/flutter_dropzone.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:today_design_system/components/components.dartthat imports:package:flutter_dropzone/flutter_dropzone.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:today_design_system/components/components.dartthat imports:package:flutter_dropzone/flutter_dropzone.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:today_design_system/components/components.dartthat imports:package:flutter_dropzone/flutter_dropzone.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:today_design_system/components/components.dartthat imports:package:flutter_dropzone/flutter_dropzone.dartthat declares support for platforms:Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 62 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/components/today_badge.dart:4:1
╷
4 │ part of today_library.components;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/today_badge.dart
INFO: The part-of directive uses a library name.
lib/components/today_breadcrumb.dart:4:1
╷
4 │ part of today_library.components;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/today_breadcrumb.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dotted_border |
^2.0.0+3 |
2.1.0 | 3.1.0 | |
flutter_dropzone |
^3.0.5 |
3.0.7 | 4.2.1 | |
flutter_svg |
^2.0.5 |
2.2.3 | 2.2.3 | |
today_flushbar |
^0.0.2 |
0.0.2 | 0.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_dropzone_platform_interface |
- | 2.2.0 | 2.2.0 | |
flutter_dropzone_web |
- | 3.0.13 | 4.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.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.2.0 | 1.2.0 | |
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.
The constraint `^2.0.0+3` on dotted_border does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dotted_border to update the constraint.
The constraint `^3.0.5` on flutter_dropzone does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_dropzone to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.