flutter_defend 0.0.2 copy "flutter_defend: ^0.0.2" to clipboard
flutter_defend: ^0.0.2 copied to clipboard

FlutterDefend 是一个轻量级的 Flutter 安全工具包,提供 SQL 注入检测、本地加密存储、安全输入框封装、越狱/root 检测等功能。

120/ 160
pub points
28
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:179:4

    ╷
179 │ <p><a href="http://license.coscl.org.cn/MulanPSL2"><img src="https://img.shields.io/badge/License-Mulan%20PSL%202-blue.svg" alt="License: Mulan PSL v2" /></a></p>
    │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

Use https URLs instead.

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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
10 / 20trigger folding of the section

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

33 out of 44 API elements (75.0 %) have documentation comments.

Some symbols that are missing documentation: flutter_defend, flutter_defend.FlutterDefend.FlutterDefend.new, jailbreadk, jailbreadk.Jailbreak.Jailbreak.new, secured_input.

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
20 / 20trigger folding of the section

Passed check 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_defend/flutter_defend.dart that imports:
  • package:flutter_defend/core/secured_input.dart that imports:
  • package:no_screenshot/no_screenshot.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_defend/flutter_defend.dart that imports:
  • package:flutter_defend/core/secured_input.dart that imports:
  • package:no_screenshot/no_screenshot.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_defend/flutter_defend.dart that imports:
  • package:flutter_defend/core/jailbreadk.dart that imports:
  • package:flutter_root_jailbreak/flutter_root_jailbreak.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_defend/flutter_defend.dart that imports:
  • package:flutter_defend/core/secured_input.dart that imports:
  • package:no_screenshot/no_screenshot.dart that declares support for platforms: Android, iOS, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_defend/flutter_defend.dart that imports:
  • package:flutter_defend/core/secured_storage.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.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.cn/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest Notes
flutter_root_jailbreak ^2.0.2 2.0.2 2.0.2
flutter_secure_storage ^9.2.4 9.2.4 9.2.4
no_screenshot ^0.3.1 0.3.1 0.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
flutter_secure_storage_linux - 1.2.3 2.0.1
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.0.0
flutter_secure_storage_windows - 3.1.2 4.0.0
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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
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 - 5.14.0 5.14.0
xdg_directories - 1.1.0 1.1.0

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

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.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

FlutterDefend 是一个轻量级的 Flutter 安全工具包,提供 SQL 注入检测、本地加密存储、安全输入框封装、越狱/root 检测等功能。

Repository (GitHub)
View/report issues

Topics

#security #encryption #sql-injection #jailbreak #secure-storage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_root_jailbreak, flutter_secure_storage, no_screenshot

More

Packages that depend on flutter_defend