android_file_picker 1.0.3
android_file_picker: ^1.0.3 copied to clipboard
Android implementation of the file_picker plugin, supporting file picking, saving, and Storage Access Framework (SAF) URI grants.
We analyzed this package 10 hours ago, and awarded it 80 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/file_picker_android/pubspec.yaml from the repository URL mismatch: expected https://github.com/miguelpruivo/flutter_file_picker but got https://github.com/vicajilau/flutter_file_picker.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: android_file_picker, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
44 out of 49 API elements (89.8 %) have documentation comments.
Some symbols that are missing documentation: android_file_picker.AndroidSAFOptions.AndroidSAFOptions.new, android_file_picker.AndroidSAFOptions.toMap, android_file_picker.FilePickerAndroid.FilePickerAndroid.new, android_file_picker.FilePickerAndroidOptions.FilePickerAndroidOptions.new, android_file_picker.FilePickerAndroidOptions.toMap.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Missing concrete implementation of 'PlatformFile.lengthSync'.
lib/src/android_platform_file.dart:11:12
╷
11 │ base class AndroidPlatformFile extends PlatformFile {
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/android_platform_file.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cross_file |
^0.3.5+4 |
0.3.5+5 | 0.3.5+5 | |
file_picker_platform_interface |
^3.2.0 |
3.3.0 | 3.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
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 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
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.
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.