tolyui 0.0.5
tolyui: ^0.0.5 copied to clipboard
A responsive ui library for Flutter. Help developer build app easier.
We analyzed this package 3 days ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Homepage URL is insecure.
Update the homepage field and use a secure (https) URL.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:9:3
╷
9 │ <a href="http://toly1994.com/ui">在线演示</a> |
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
277 out of 1443 API elements (19.2 %) 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: attributes, attributes.CustomSize, attributes.CustomSize.CustomSize.height, attributes.CustomSize.CustomSize.new, attributes.DefaultSize.
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:tolyui/tolyui.dartthat imports:package:tolyui_navigation/tolyui_navigation.dartthat imports:package:tolyui_feedback/tolyui_feedback.dartthat imports:package:tolyui_feedback/toly_popover/model/callback.dartthat imports:package:tolyui_feedback/toly_popover/toly_popover.dartthat imports:package:tolyui_feedback/toly_popover/view/decration.dartthat imports:package:tolyui_feedback/toly_tooltip/toly_tooltip.dartthat imports:package:tolyui_feedback/toly_tooltip/position_delegate.dartthat imports:package:tolyui_feedback/toly_tooltip/algorithm.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 70 issues. Showing the first 2:
WARNING: Unused import: 'package:flutter/foundation.dart'.
lib/basic/button/palette/palette.dart:3:8
╷
3 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/basic/button/palette/palette.dart
WARNING: A value for optional parameter 'key' isn't ever given.
lib/data/pagination/pagination.dart:198:11
╷
198 │ super.key,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/data/pagination/pagination.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fx_string |
0.0.1 |
0.0.1 | 0.0.3+1 | |
tolyui_collapse |
0.0.1 |
0.0.1 | 0.0.1 | |
tolyui_color |
^0.0.2 |
0.0.2 | 0.0.2 | |
tolyui_navigation |
0.2.0+3 |
0.2.0+3 | 0.2.0+5 | |
tolyui_rx_layout |
^1.0.0 |
1.0.0+1 | 1.0.0+1 | |
tolyui_statistic |
0.0.1 |
0.0.1 | 0.0.1 | |
tolyui_tag |
0.0.1 |
0.0.1 | 0.0.1 | |
tolyui_text |
0.0.1+5 |
0.0.1+5 | 0.0.1+5 | |
tolyui_tree |
0.0.1 |
0.0.1 | 0.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
toly_check_box |
- | 0.0.1 | 0.0.1 | |
tolyui_feedback |
- | 0.3.6+6 | 0.3.6+10 | |
tolyui_message |
- | 0.2.6+1 | 0.2.6+1 | |
tolyui_meta |
- | 0.0.2+1 | 0.0.2+1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `0.0.1` on fx_string does not support the stable version `0.0.3`.
Try running dart pub upgrade --major-versions fx_string to update the constraint.
The constraint `0.2.0+3` on tolyui_navigation does not support the stable version `0.2.0+4`.
Try running dart pub upgrade --major-versions tolyui_navigation 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.