openlist_native_ui 1.0.0
openlist_native_ui: ^1.0.0 copied to clipboard
A new Flutter openlist native ui project.
We analyzed this package 3 days 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.
Repository URL doesn't exist.
At the time of the analysis https://github.com/OpenListApp/openlist_native_ui 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.
10/10 points: 20% or more of the public API has dartdoc comments
388 out of 447 API elements (86.8 %) have documentation comments.
Some symbols that are missing documentation: AddStorage, AddStorage.AddStorageWidget, AddStorage.AddStorageWidget.AddStorageWidget.new, FileManagerPage, FileManagerPage.FileManagerPage.
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 149 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: '../../widgets/goToUrl.dart'.
lib/pages/common/appInfo.dart:10:8
╷
10 │ import '../../widgets/goToUrl.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/common/appInfo.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
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_breadcrumb |
^1.0.1 |
1.0.1 | 1.0.1 | |
get |
^4.7.2 |
4.7.2 | 4.7.2 | |
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 | |
openlist_api |
any |
1.0.0 | 1.0.0 | |
openlist_config |
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 |
^1.9.1 |
1.9.1 | 1.9.1 | |
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 | |
video_player |
^2.10.0 |
2.10.0 | 2.10.0 | |
window_manager |
^0.5.0 |
0.5.1 | 0.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.3.0` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_info_plus 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.