openlist_web_ui 1.0.0+1
openlist_web_ui: ^1.0.0+1 copied to clipboard
A new Flutter openlist web ui project.
We analyzed this package 5 hours ago, and awarded it 110 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.
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.
10/10 points: 20% or more of the public API has dartdoc comments
198 out of 282 API elements (70.2 %) have documentation comments.
Some symbols that are missing documentation: FilesWebPage, FilesWebPage.FilesWebPage, FilesWebPage.FilesWebPage.FilesWebPage.new, FilesWebPage.FilesWebPageState, FilesWebPage.FilesWebPageState.FilesWebPageState.new.
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
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 118 issues. Showing the first 2:
WARNING: Unused import: 'dart:async'.
lib/pages/common/appInfo.dart:1:8
╷
1 │ import 'dart:async';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/common/appInfo.dart
WARNING: Unused import: 'package:openlist_config/config/config.dart'.
lib/pages/common/favorite.dart:5:8
╷
5 │ import 'package:openlist_config/config/config.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/common/favorite.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
android_intent_plus |
^5.3.0 |
5.3.1 | 6.0.0 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
file_picker |
^10.1.9 |
10.3.3 | 10.3.3 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
get |
^4.7.2 |
4.7.2 | 4.7.2 | |
installed_apps |
^1.6.0 |
1.6.0 | 2.0.0 | |
intl |
>=0.19.0 <=1.0.0 |
0.20.2 | 0.20.2 | |
jaguar_flutter_asset |
^3.0.0 |
3.0.0 | 3.0.0 | |
native_flutter_downloader |
^1.3.6 |
1.3.6 | 1.3.6 | |
openlist_api |
any |
1.0.0 | 1.0.0 | |
openlist_config |
any |
1.0.0 | 1.0.0 | |
openlist_global |
any |
1.0.0 | 1.0.0 | |
openlist_utils |
any |
1.0.0 | 1.0.0 | |
package_info_plus |
^8.3.0 |
8.3.1 | 9.0.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
provider |
^6.0.2 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.1.1 |
2.5.3 | 2.5.3 | |
tdesign_flutter |
^0.2.0 |
0.2.5 | 0.2.5 | |
url_launcher |
^6.1.11 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^5.3.0` on android_intent_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions android_intent_plus to update the constraint.
The constraint `^1.6.0` on installed_apps does not support the stable version `2.0.0`, that was published 20 days ago.
When installed_apps is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions installed_apps 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.