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

7
likes
95/ 140
pub points
77%
popularity

We analyzed this package 12 hours ago, and awarded it 95 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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 is insecure.

Update the homepage field and use a secure (https) URL.

5/5 points: Provide a valid README.md

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.

10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

132 out of 573 API elements (23.0 %) have documentation comments.

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

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 117 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
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
camera 0.9.7+1 0.9.7+1 0.10.5+9
date_format ^2.0.2 2.0.7 2.0.7
dio ^4.0.0 4.0.6 5.4.3+1
file_picker ^3.0.0 3.0.4 8.0.2
flutter flutter 0.0.0 0.0.0
flutter_markdown ^0.6.1 0.6.23 0.7.1
fluttertoast ^8.0.3 8.2.5 8.2.5
global_configuration ^2.0.0-nullsafety.0 2.0.0 2.0.0
google_ml_kit ^0.5.0 0.5.1 0.17.0
image ^3.0.2 3.3.0 4.1.7
image_picker ^0.7.3 0.7.5+4 1.1.0
image_picker_for_web ^2.0.0 2.2.0 3.0.4
intl ^0.17.0 0.17.0 0.19.0
quiver ^3.0.0 3.2.1 3.2.1
tflite_flutter ^0.8.0 0.8.0 0.10.4
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.4.10 3.4.10
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
camera_platform_interface - 2.7.4 2.7.4
camera_web - 0.2.1+6 0.3.3
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
ffi - 1.2.1 2.1.2
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
image_picker_platform_interface - 2.10.0 2.10.0
js - 0.7.1 0.7.1
markdown - 7.2.2 7.2.2
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
mime - 1.0.5 1.0.5
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.0 3.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
xml - 6.5.0 6.5.0

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

Found 10 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.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

7
likes
95
pub points
77%
popularity

Publisher

unverified uploader

一个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