file_support 1.0.8
file_support: ^1.0.8 copied to clipboard
File Support is plugin very helpful for different kind of file handling operations.Its used create, update, get information about file.
We analyzed this package 1 hour ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
42 out of 90 API elements (46.7 %) have documentation comments.
Some symbols that are missing documentation: FileData
, FileData.FileData
, FileData.FileData.FileData.new
, FileData.FileData.file
, FileData.FileData.imageheight
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:file_support/file_support.dart
that imports:package:file_support/dependency/image.dart
that imports:package:flutter_image_compress/flutter_image_compress.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:file_support/file_support.dart
that imports:package:file_support/dependency/image.dart
that imports:package:file_support/dependency/fileutils.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:file_support/file_support.dart
that imports:package:file_support/dependency/image.dart
that imports:package:file_support/dependency/fileutils.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:file_support/file_support.dart
that imports:package:file_support/dependency/image.dart
that imports:package:file_support/dependency/fileutils.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:file_support/file_support.dart
that imports:package:file_support/dependency/image.dart
that imports:package:file_support/dependency/fileutils.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/file_support/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
WARNING: Unused import: 'package:file_support/dependency/type.dart'.
lib/dependency/fileutils.dart:3:8
╷
3 │ import 'package:file_support/dependency/type.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dependency/fileutils.dart
WARNING: Unused import: 'package:file_support/file_support.dart'.
lib/dependency/fileutils.dart:4:8
╷
4 │ import 'package:file_support/file_support.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dependency/fileutils.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dio |
^5.3.3 |
5.8.0+1 | 5.8.0+1 | |
flutter_image_compress |
^2.1.0 |
2.4.0 | 2.4.0 | |
http |
^1.1.0 |
1.3.0 | 1.3.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
logger |
^2.0.2+1 |
2.5.0 | 2.5.0 | |
mime_type |
^1.0.0 |
1.0.1 | 1.0.1 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.1 |
11.4.0 | 12.0.0 | |
plugin_platform_interface |
^2.1.6 |
2.1.8 | 2.1.8 | |
uuid |
^4.2.1 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^11.0.1` on permission_handler does not support the stable version `12.0.0`, that was published 0 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions permission_handler
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.