cry 1.3.0 copy "cry: ^1.3.0" to clipboard
cry: ^1.3.0 copied to clipboard

一个Flutter组件库,参考https://github.com/cairuoyu/flutter_admin

115/ 160
pub points
417
downloads

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

Failed report section
Follow Dart file conventions
15 / 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.

Homepage URL doesn't exist.

At the time of the analysis http://www.cairuoyu.com/ was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

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

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

132 out of 578 API elements (22.8 %) have documentation comments.

Some symbols that are missing documentation: adaptive_util.desktopBreakpoint, adaptive_util.isDisplayDesktop, api_properties, api_properties.ApiProperties, api_properties.ApiProperties.ApiProperties.fromMap.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 186 issues. Showing the first 2:

WARNING: The '!' will have no effect because the receiver can't be null.

lib/cry_menu.dart:39:38

   ╷
39 │         overlay = Overlay.of(context)!.context.findRenderObject() as RenderBox?;
   │                                      ^
   ╵

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/cry_menu.dart:47:42

   ╷
47 │             overlay = Overlay.of(context)!.context.findRenderObject() as RenderBox?;
   │                                          ^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
camera 0.9.7+1 0.9.7+1 0.12.0
date_format ^2.0.2 2.0.9 2.0.9
dio ^4.0.0 4.0.6 5.9.2
file_picker ^3.0.0 3.0.4 10.3.10
flutter_markdown ^0.6.1 0.6.23 0.7.7+1 Discontinued
fluttertoast ^8.0.3 8.2.14 9.0.0
global_configuration ^2.0.0-nullsafety.0 2.0.0 2.0.0
google_ml_kit ^0.5.0 0.5.1 0.21.0
image ^3.0.2 3.3.0 4.8.0
image_picker ^0.7.3 0.7.5+4 1.2.1
image_picker_for_web ^2.0.0 2.2.0 3.1.1
intl ^0.17.0 0.17.0 0.20.2
quiver ^3.0.0 3.2.2 3.2.2
tflite_flutter ^0.8.0 0.8.0 0.12.1
yaml ^3.1.0 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.9
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
camera_platform_interface - 2.12.0 2.12.0
camera_web - 0.2.1+6 0.3.5+3
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
ffi - 1.2.1 2.2.0
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_picker_platform_interface - 2.11.1 2.11.1
markdown - 7.3.0 7.3.0
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mime - 1.0.6 2.0.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.10 0.7.10
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

Found 12 issues. Showing the first 2:

The constraint `0.9.7+1` on camera does not support the stable version `0.9.8`.

Try running dart pub upgrade --major-versions camera to update the constraint.

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dio to update the constraint.

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.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
7
likes
115
points
417
downloads

Publisher

unverified uploader

Weekly Downloads

一个Flutter组件库,参考https://github.com/cairuoyu/flutter_admin

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

camera, date_format, dio, file_picker, flutter, flutter_markdown, fluttertoast, global_configuration, google_ml_kit, image, image_picker, image_picker_for_web, intl, quiver, tflite_flutter, yaml

More

Packages that depend on cry