today_design_system 1.0.121
today_design_system: ^1.0.121 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 44 hours ago, and awarded it 70 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/xtminc/today-design-system-docs 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
260 out of 983 API elements (26.4 %) have documentation comments.
Some symbols that are missing documentation: calendar_date_picker2, calendar_date_picker2.CalendarDatePicker2, calendar_date_picker2.CalendarDatePicker2.CalendarDatePicker2.new, calendar_date_picker2_config, calendar_date_picker2_config.CalendarDatePicker2Config.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 129 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:responsive_framework/max_width_box.dart'.
lib/components/components.dart:18:8
╷
18 │ import 'package:responsive_framework/max_width_box.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/components.dart
ERROR: Target of URI doesn't exist: 'package:responsive_framework/responsive_breakpoints.dart'.
lib/components/components.dart:19:8
╷
19 │ import 'package:responsive_framework/responsive_breakpoints.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/components.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
any |
1.19.1 | 1.19.1 | |
dotted_border |
^2.0.0+3 |
2.1.0 | 3.1.0 | |
flutter_dropzone |
^3.0.5 |
3.0.7 | 4.2.1 | |
flutter_multi_formatter |
^2.11.5 |
2.13.10 | 2.13.10 | |
flutter_svg |
^2.0.5 |
2.2.3 | 2.2.3 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
provider |
any |
6.1.5+1 | 6.1.5+1 | |
responsive_framework |
^1.0.0 |
1.5.1 | 1.5.1 | |
shimmer |
^2.0.0 |
2.0.0 | 3.0.0 | |
today_flushbar |
0.0.5-pre |
0.0.5-pre | 0.0.5-pre | |
websafe_svg |
^3.0.1 |
3.0.1+10 | 3.0.1+10 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
base58check |
- | 2.0.0 | 2.0.0 | |
bech32 |
- | 0.2.2 | 0.2.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
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 |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
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.
Found 5 issues. Showing the first 2:
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.