aargul_local_file 0.0.9 copy "aargul_local_file: ^0.0.9" to clipboard
aargul_local_file: ^0.0.9 copied to clipboard

Arrgul Local File plugin.

40/ 160
pub points
82
downloads

We analyzed this package 12 hours ago, and awarded it 40 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting aargul_local_file... Discovering libraries... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: Null check operator used on a null value #0 LibraryManifestBuilder._getInterfaceElementMemberId (package:analyzer/src/fine/library_manifest.dart:1585) #1 LibraryManifestBuilder._fillInterfaceElementInterface.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 14 issues. Showing the first 2:

ERROR: The method 'streamItem' isn't defined for the type 'AargulLocalFileActions'.

lib/aargul_local_file_actions.dart:31:7

   ╷
31 │       streamItem<String, List<Object?>>("opened", db: _db).transform(
   │       ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/aargul_local_file_actions.dart

ERROR: The getter 'value' isn't defined for the type 'Object'.

lib/aargul_local_file_actions.dart:35:30

   ╷
35 │               sink.add(value.value
   │                              ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/aargul_local_file_actions.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
aargul_core ^0.0.11 0.0.19 0.0.19
file_picker ^5.3.4 5.5.0 10.3.10
path_provider ^2.1.0 2.1.5 2.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
awesome_snackbar_content - 0.1.8 0.1.8
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
flutter_localization - 0.1.14 0.3.3
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
flutter_svg - 2.2.3 2.2.3
glob - 2.1.3 2.1.3
hooks - 1.0.1 1.0.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
idb_shim - 2.8.2+4 2.8.2+4
intl - 0.20.2 0.20.2
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.3.0 9.3.0
oktoast - 3.4.0 3.4.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
sembast - 3.8.6 3.8.6
sembast_web - 2.4.4+1 2.4.4+1
shared_preferences - 2.5.4 2.5.4
shared_preferences_android - 2.4.20 2.4.20
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_strategy - 0.2.0 0.3.0 Discontinued
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.20 1.1.20
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^5.3.4` on file_picker does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions file_picker to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
40
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

Arrgul Local File plugin.

Homepage

License

unknown (license)

Dependencies

aargul_core, file_picker, flutter, path_provider

More

Packages that depend on aargul_local_file