desktop_file_picker 0.0.6
desktop_file_picker: ^0.0.6 copied to clipboard
A simple desktop file picker build entirely in dart.
We analyzed this package 3 days ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.6").
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
1 out of 11 API elements (9.1 %) 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: desktop_file_picker, desktop_file_picker.FileSelector, desktop_file_picker.FileSelector.FileSelector.new, desktop_file_picker.FileSelector.callbackCancel, desktop_file_picker.FileSelector.callbackConfirm.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:desktop_file_picker/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/application/file_manager.dartthat imports:package:disks_desktop/disks_desktop.dartthat declares support for platforms:Windows,macOS.
Package does not support platform `iOS`.
Because:
package:desktop_file_picker/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/application/file_manager.dartthat imports:package:disks_desktop/disks_desktop.dartthat declares support for platforms:Windows,macOS.
Package does not support platform `Linux`.
Because:
package:desktop_file_picker/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/application/file_manager.dartthat imports:package:disks_desktop/disks_desktop.dartthat declares support for platforms:Windows,macOS.
Package does not support platform `Web`.
Because:
package:desktop_file_picker/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/desktop_file_picker.dartthat imports:package:desktop_file_picker/src/application/file_manager.dartthat imports:package:disks_desktop/disks_desktop.dartthat declares support for platforms:Windows,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 37 issues. Showing the first 2:
WARNING: Unused import: 'domain/styles.dart'.
lib/src/desktop_file_picker.dart:12:8
╷
12 │ import 'domain/styles.dart';
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/desktop_file_picker.dart
INFO: Missing type annotation.
lib/src/domain/styles.dart:10:10
╷
10 │ static setBorder(double width, Color color) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/domain/styles.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
disks_desktop |
^1.0.1 |
1.0.1 | 1.0.1 | |
equatable |
^2.0.8 |
2.1.0 | 2.1.0 | |
get_it |
^8.0.3 |
8.3.0 | 9.2.1 | |
stacked |
^3.5.0 |
3.5.0 | 3.5.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
stacked_shared |
- | 1.4.2 | 1.4.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.3` on get_it does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions get_it 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.