flutter_secure_file_storage 0.0.8 copy "flutter_secure_file_storage: ^0.0.8" to clipboard
flutter_secure_file_storage: ^0.0.8 copied to clipboard

PlatformAndroidiOS
outdated

An implementation for flutter secure file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content

11
likes
120/ 160
pub points
76%
popularity

We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

25 out of 46 API elements (54.3 %) have documentation comments.

Some symbols that are missing documentation: flutter_secure_file_storage, flutter_secure_file_storage.DocumentsFileStorage, flutter_secure_file_storage.DocumentsFileStorage.DocumentsFileStorage, flutter_secure_file_storage.DocumentsFileStorage.delete, flutter_secure_file_storage.DocumentsFileStorage.documentsPath.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/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_secure_file_storage/flutter_secure_file_storage.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_secure_file_storage/flutter_secure_file_storage.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_secure_file_storage/flutter_secure_file_storage.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_secure_file_storage/flutter_secure_file_storage.dart that declares support for platforms: Android, iOS.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

WARNING: This function has a nullable return type of 'FutureOr

lib/src/secure_storage.dart:21:22

   ╷
21 │   Future<Uint8List?> getIVOrNull(String key) async {
   │                      ^^^^^^^^^^^
   ╵

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

WARNING: This function has a nullable return type of 'FutureOr

lib/src/secure_storage.dart:29:22

   ╷
29 │   Future<Uint8List?> getKeyOrNull(String key) async {
   │                      ^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
device_info_plus ^4.0.0 4.1.3 10.1.0
flutter flutter 0.0.0 0.0.0
flutter_key_value_file_storage ^0.0.4 0.0.4 0.0.8
flutter_secure_storage ^5.0.2 5.1.2 9.2.2
path ^1.8.1 1.9.0 1.9.0
path_provider ^2.0.11 2.1.3 2.1.3
pointycastle ^3.6.0 3.9.1 3.9.1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
convert - 3.1.1 3.1.1
device_info_plus_linux - 3.0.0 5.0.0
device_info_plus_macos - 3.0.0 5.0.0
device_info_plus_platform_interface - 3.0.0 7.0.0
device_info_plus_web - 3.0.0 5.0.0
device_info_plus_windows - 4.1.0 6.0.0
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
flutter_secure_storage_linux - 1.2.1 1.2.1
flutter_secure_storage_macos - 1.1.2 3.1.2
flutter_secure_storage_platform_interface - 1.1.2 1.1.2
flutter_secure_storage_web - 1.2.1 1.2.1
flutter_secure_storage_windows - 1.1.3 3.1.2
flutter_web_plugins - 0.0.0 0.0.0
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path_provider_android - 2.2.6 2.2.6
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
synchronized - 3.1.0+1 3.1.0+1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
win32 - 3.1.4 5.5.1
xdg_directories - 1.0.4 1.0.4

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

The constraint `^4.0.0` on device_info_plus does not support the stable version `5.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.22.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

11
likes
120
pub points
76%
popularity

Publisher

verified publishericapps.com

An implementation for flutter secure file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

device_info_plus, flutter, flutter_key_value_file_storage, flutter_secure_storage, path, path_provider, pointycastle

More

Packages that depend on flutter_secure_file_storage