flutter_file_storage 0.0.5
flutter_file_storage: ^0.0.5 copied to clipboard
An implementation for flutter file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content
We analyzed this package 29 hours ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: flutter_file_storage.
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: flutter_file_storage, - 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
17 out of 37 API elements (45.9 %) have documentation comments.
Some symbols that are missing documentation: flutter_file_storage, flutter_file_storage.DocumentsFileStorage, flutter_file_storage.DocumentsFileStorage.DocumentsFileStorage.new, flutter_file_storage.DocumentsFileStorage.delete, flutter_file_storage.DocumentsFileStorage.documentsPath.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_file_storage/flutter_file_storage.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_file_storage/flutter_file_storage.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:flutter_file_storage/flutter_file_storage.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:flutter_file_storage/flutter_file_storage.dartthat declares support for platforms:Android,iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutter_file_storage/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The argument type 'Lock' isn't related to 'String'.
lib/src/file_storage_manager/file_storage_manager.dart:127:57
╷
127 │ await _locksLock.synchronized(() => _locks.remove(lock));
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/file_storage_manager/file_storage_manager.dart
INFO: The argument type 'Lock' isn't related to 'String'.
lib/src/file_storage_manager/file_storage_manager.dart:130:57
╷
130 │ await _locksLock.synchronized(() => _locks.remove(lock));
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/file_storage_manager/file_storage_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^3.2.0 |
3.2.4 | 12.3.0 | |
flutter_secure_storage |
^5.0.2 |
5.1.2 | 10.0.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.8 |
2.0.15 | 2.1.5 | |
synchronized |
^3.0.0 |
3.4.0 | 3.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_linux |
- | 2.1.1 | 5.0.0 | Discontinued |
device_info_plus_macos |
- | 2.2.3 | 5.0.0 | Discontinued |
device_info_plus_platform_interface |
- | 2.6.1 | 7.0.3 | |
device_info_plus_web |
- | 2.1.0 | 5.0.0 | Discontinued |
device_info_plus_windows |
- | 2.1.1 | 6.0.0 | Discontinued |
ffi |
- | 1.2.1 | 2.2.0 | |
file |
- | 6.1.4 | 7.0.1 | |
flutter_secure_storage_linux |
- | 1.2.3 | 3.0.0 | |
flutter_secure_storage_macos |
- | 1.1.2 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.1.0 | |
flutter_secure_storage_windows |
- | 1.1.3 | 4.1.0 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 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.0.7 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
win32 |
- | 2.6.1 | 6.0.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.2.0` on device_info_plus does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^5.0.2` on flutter_secure_storage does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage 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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.