rothko_mobile 1.0.0+51
rothko_mobile: ^1.0.0+51 copied to clipboard
Bento design system for mobile
We analyzed this package 15 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://bitbucket.org/verifing/design-system-mobile/src/master/lib/main.dart 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: 20% or more of the public API has dartdoc comments
228 out of 1434 API elements (15.9 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: badges_positioned, badges_positioned.BadgesPostioned, badges_positioned.BadgesPostioned.BadgesPostioned.new, badges_positioned.BadgesPostioned.alignment, badges_positioned.BadgesPostioned.bgColor.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:rothko_mobile/main.dartthat imports:package:rothko_mobile/screens/stories.dartthat imports:package:rothko_mobile/rothko_system/toggle/index.dartthat imports:package:rothko_mobile/rothko_system/toggle/default.dartthat imports:package:rothko_mobile/rothko.dartthat imports:package:rothko_mobile/rothko_system/select/index.dartthat imports:package:rothko_mobile/rothko_system/select/default-dynamic.dartthat imports:package:flutter_svg/svg.dartthat imports:package:flutter_svg/src/picture_provider.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 231 issues. Showing the first 2:
ERROR: The named parameter 'isAlwaysShown' isn't defined.
lib/rothko_system/textarea/default.dart:165:19
╷
165 │ isAlwaysShown: true,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/rothko_system/textarea/default.dart
ERROR: The named parameter 'isAlwaysShown' isn't defined.
lib/rothko_system/textfields/rothko_textfield.dart:176:19
╷
176 │ isAlwaysShown: true,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/rothko_system/textfields/rothko_textfield.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
date_format |
^2.0.2 |
2.0.9 | 2.0.9 | |
flutter_spinkit |
^5.0.0 |
5.2.2 | 5.2.2 | |
flutter_svg |
^0.23.0+1 |
0.23.0+1 | 2.2.3 | |
intl |
>=0.16.0 <=0.17.0 |
0.17.0 | 0.20.2 | |
just_the_tooltip |
^0.0.11+2 |
0.0.12 | 0.0.12 | |
percent_indicator |
^3.0.1 |
3.4.0 | 4.2.5 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
recase |
^4.0.0 |
4.1.0 | 4.1.0 | |
smooth_page_indicator |
^1.0.0+2 |
1.2.1 | 2.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_drawing |
- | 0.5.1+1 | 1.0.1 | |
path_parsing |
- | 0.2.1 | 1.1.0 | |
petitparser |
- | 5.4.0 | 7.0.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 5.4.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.23.0+1` on flutter_svg does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions flutter_svg to update the constraint.
The constraint `>=0.16.0 <=0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_NAMED_PARAMETER-lib/rothko_system/textarea/default.dart:165:19- The named parameter 'isAlwaysShown' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/rothko_system/textfields/rothko_textfield.dart:176:19- The named parameter 'isAlwaysShown' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.