sc_flutter_component_library 0.2.0
sc_flutter_component_library: ^0.2.0 copied to clipboard
A Flutter component library with rich text input widgets supporting multiple input types and automatic format validation.
We analyzed this package 2 days ago, and awarded it 120 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/your-username/sc_flutter_component_library was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/your-username/sc_flutter_component_library was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/your-username/sc_flutter_component_library/issues was unreachable. Make sure that the website is reachable via HEAD requests.
0/5 points: Provide a valid README.md
`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` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
282 out of 426 API elements (66.2 %) have documentation comments.
Some symbols that are missing documentation: sc_flutter_component_library, sc_flutter_component_library.ButtonConfig.ButtonConfig.new, sc_flutter_component_library.ContainerWidget.borderColor, sc_flutter_component_library.ContainerWidget.borderRadiusGeometry, sc_flutter_component_library.ContainerWidget.borderWidth.
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
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
WARNING: The declaration '_handleTableOperation' isn't referenced.
lib/src/tree/tree_level3_widget.dart:451:8
╷
451 │ void _handleTableOperation(TreeLevel3Item item, String operation) {
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/tree/tree_level3_widget.dart
INFO: The variable name 'FBtnWidget' isn't a lowerCamelCase identifier.
lib/src/button/button_widget.dart:758:8
╷
758 │ Widget FBtnWidget(String text, {Function()? onPressed, Size size = const Size(100, 45), Color backColor = Colors.blue, Color textColor = Colors.white, var margin, Widget? widget, List<Widget> children = const []}) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/button/button_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
syncfusion_flutter_charts |
^30.1.42 |
30.2.7 | 32.1.22 | |
syncfusion_flutter_datepicker |
^30.1.42 |
30.2.7 | 32.1.22 | |
syncfusion_flutter_xlsio |
^30.1.42 |
30.2.7 | 32.1.22 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
image |
- | 4.7.2 | 4.7.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
jiffy |
- | 6.4.4 | 6.4.4 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
posix |
- | 6.0.3 | 6.0.3 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
syncfusion_flutter_core |
- | 30.2.7 | 32.1.22 | |
syncfusion_officecore |
- | 30.2.7 | 32.1.22 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^30.1.42` on syncfusion_flutter_charts does not support the stable version `31.1.17`.
Try running dart pub upgrade --major-versions syncfusion_flutter_charts to update the constraint.
The constraint `^30.1.42` on syncfusion_flutter_datepicker does not support the stable version `31.1.17`.
Try running dart pub upgrade --major-versions syncfusion_flutter_datepicker 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.