uihub_basic_bottom_sheet 1.0.1 uihub_basic_bottom_sheet: ^1.0.1 copied to clipboard
free flutter ui is all you need
We analyzed this package 7 days ago, and awarded it 80 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 60 to 180 characters to describe the package, what it does, and its target use case.
Repository URL doesn't exist.
At the time of the analysis https://github.com/flutter-uihub/uihub_basic_bottom_sheet
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: uihub_basic_bottom_sheet
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
2 out of 15 API elements (13.3 %) 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: bottom_sheet
, bottom_sheet.NewBottomSheet
, bottom_sheet_view
, bottom_sheet_view.NewView
, bottom_sheet_view.NewView.NewView
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:uihub_basic_bottom_sheet/main.dart
that imports:package:uihub_basic_bottom_sheet/uihub/uihub_basic_bottom_sheet/usage.dart
that imports:package:june_flow_util/june_flow_util.dart
that imports:package:june_flow_util/component/floating_action_button_kit.dart
that imports:package:flutter_speed_dial/flutter_speed_dial.dart
that imports:package:flutter_speed_dial/src/speed_dial.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:uihub_basic_bottom_sheet/main.dart
that imports:package:uihub_basic_bottom_sheet/uihub/uihub_basic_bottom_sheet/usage.dart
that imports:package:june_flow_util/june_flow_util.dart
that imports:package:june_flow_util/component/floating_action_button_kit.dart
that imports:package:flutter_speed_dial/flutter_speed_dial.dart
that imports:package:flutter_speed_dial/src/speed_dial.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: Unused import: 'dart:async'.
lib/uihub/uihub_basic_bottom_sheet/usage.dart:1:8
╷
1 │ import 'dart:async';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/uihub/uihub_basic_bottom_sheet/usage.dart
INFO: The variable name 'NewBottomSheet' isn't a lowerCamelCase identifier.
lib/uihub/uihub_basic_bottom_sheet/bottom_sheet.dart:7:6
╷
7 │ void NewBottomSheet(BuildContext context) async {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/uihub/uihub_basic_bottom_sheet/bottom_sheet.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
june_flow_util |
any |
0.9.6 | 0.9.6 |
modal_bottom_sheet |
any |
3.0.0 | 3.0.0 |
styled_widget |
any |
0.4.1 | 0.4.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
flutter_speed_dial |
- | 7.0.0 | 7.0.0 |
gap |
- | 3.0.1 | 3.0.1 |
lint |
- | 1.10.0 | 2.3.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
page_transition |
- | 2.2.1 | 2.2.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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 1 error:
UNDEFINED_METHOD
-lib/uihub/uihub_basic_bottom_sheet/usage.dart:33:11
- The method 'basicButton' isn't defined for the type '_UsageState'.
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.