dataview 0.5.0
dataview: ^0.5.0 copied to clipboard
Explore the application's documents directory. A quick way to look at an application's data directory content for debug purposes. Can also upload files and directories to a server.
We analyzed this package on Jan 22, 2021, and awarded it 80 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 7 API elements (14.3 %) 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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 9 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:dataview/dataview.dart
that imports:package:dataview/src/file_explorer.dart
that imports:package:dataview/src/zip_upload/zip_upload.dart
that imports:package:filex/filex.dart
that imports:package:filex/src/filex.dart
that imports:package:open_file/open_file.dart
that declares support for platforms: Android, iOS
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Unused import: 'dart:convert'.
lib/src/zip_upload/zip_upload.dart:1:8
╷
1 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/src/zip_upload/zip_upload.dart
INFO: Unused import: 'package:http/http.dart'.
lib/src/zip_upload/zip_upload.dart:12:8
╷
12 │ import 'package:http/http.dart' as http;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/src/zip_upload/zip_upload.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | ^2.0.13 | 2.0.13 | 2.0.13 |
body_parser | ^1.1.1 | 1.1.1 | 1.1.1 |
dio | ^3.0.10 | 3.0.10 | 3.0.10 |
err | ^1.0.0 | 1.0.0 | 1.0.0 |
err_router | ^0.2.0 | 0.2.0 | 0.2.0 |
extra_pedantic | ^1.2.0 | 1.2.0 | 1.2.0 |
filesize | ^1.0.4 | 1.0.4 | 1.0.4 |
filex | ^0.3.0 | 0.3.0 | 0.3.0 |
flutter_slidable | ^0.5.7 | 0.5.7 | 0.5.7 |
http | ^0.12.2 | 0.12.2 | 0.12.2 |
path | ^1.7.0 | 1.7.0 | 1.8.0-nullsafety.3 |
path_provider | ^1.6.24 | 1.6.27 | 1.6.27 |
pedantic | ^1.9.2 | 1.9.2 | 1.9.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args | - | 1.6.0 | 1.6.0 |
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
charcode | - | 1.1.3 | 1.2.0-nullsafety.3 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
convert | - | 2.1.1 | 2.1.1 |
crypto | - | 2.1.5 | 2.1.5 |
dart2_constant | - | 1.0.2+dart2 | 1.0.2+dart2 |
enum_to_string | - | 1.0.14 | 1.0.14 |
ffi | - | 0.1.3 | 0.1.3 |
file | - | 5.2.1 | 5.2.1 |
flushbar | - | 1.10.4 | 1.10.4 |
fluttertoast | - | 7.1.6 | 7.1.6 |
hive | - | 1.4.4+1 | 1.4.4+1 |
http_parser | - | 3.1.4 | 3.1.4 |
http_server | - | 0.9.8+3 | 0.9.8+3 |
intl | - | 0.16.1 | 0.16.1 |
js | - | 0.6.3-nullsafety.3 | 0.6.3-nullsafety.3 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
mime | - | 0.9.7 | 0.9.7 |
open_file | - | 3.0.3 | 3.0.3 |
path_provider_linux | - | 0.0.1+2 | 0.0.1+2 |
path_provider_macos | - | 0.0.4+8 | 0.0.4+8 |
path_provider_platform_interface | - | 1.0.4 | 1.0.4 |
path_provider_windows | - | 0.0.4+3 | 0.0.4+3 |
permission | - | 0.1.7 | 0.1.7 |
platform | - | 2.2.1 | 2.2.1 |
plugin_platform_interface | - | 1.0.3 | 1.0.3 |
process | - | 3.0.13 | 3.0.13 |
rxdart | - | 0.25.0 | 0.25.0 |
source_span | - | 1.7.0 | 1.8.0-nullsafety.4 |
string_scanner | - | 1.0.5 | 1.1.0-nullsafety.3 |
term_glyph | - | 1.1.0 | 1.2.0-nullsafety.3 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
win32 | - | 1.7.4 | 1.7.4 |
xdg_directories | - | 0.1.2 | 0.1.2 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.