flutter_custom_utils 0.4.32 copy "flutter_custom_utils: ^0.4.32" to clipboard
flutter_custom_utils: ^0.4.32 copied to clipboard

Streamline your code and enhance personal utility with this meticulously crafted Flutter package, tailored to simplify your development tasks. and commercial use

18
likes
130/ 160
pub points
79
downloads

We analyzed this package 3 days ago, and awarded it 130 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

120 out of 196 API elements (61.2 %) have documentation comments.

Some symbols that are missing documentation: click, color_utils, context_utils, date_time_utils, date_time_utils.DateTimeExtension.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
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

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:flutter_custom_utils/flutter_custom_utils.dart that imports:
  • package:flutter_custom_utils/util/file_pick_and_crop.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_custom_utils/flutter_custom_utils.dart that imports:
  • package:flutter_custom_utils/util/file_pick_and_crop.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:flutter_custom_utils/flutter_custom_utils.dart that imports:
  • package:flutter_custom_utils/util/file_pick_and_crop.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_custom_utils/flutter_custom_utils.dart that imports:
  • package:flutter_custom_utils/util/file_pick_and_crop.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:flutter_custom_utils/flutter_custom_utils.dart that imports:
  • package:flutter_custom_utils/util/file_pick_and_crop.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker_io.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_custom_utils/flutter_custom_utils.dart that imports:
  • package:flutter_custom_utils/util/file_pick_and_crop.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker_io.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.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g.

lib/util/color_utils.dart:15:18

   ╷
15 │       '#${(this).value.toRadixString(16).padLeft(8, '0').substring(2)}';
   │                  ^^^^^
   ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/util/file_pick_and_crop.dart:108:51

    ╷
108 │                           scrimColor: Colors.grey.withOpacity(0.7),
    │                                                   ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/util/file_pick_and_crop.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
crop_image ^1.0.13 1.0.15 1.0.15
device_info_plus ^10.1.0 10.1.2 11.2.0
file_picker ^8.0.5 8.1.6 8.1.6
flutter flutter 0.0.0 0.0.0
flutter_web_plugins flutter 0.0.0 0.0.0
intl ^0.19.0 0.19.0 0.20.1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
cross_file - 0.3.4+2 0.3.4+2
device_info_plus_platform_interface - 7.0.2 7.0.2
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flutter_plugin_android_lifecycle - 2.0.24 2.0.24
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.0 0.0.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.9.0 5.9.0
win32_registry - 1.1.5 2.0.1

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

The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.

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

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

Try running dart pub upgrade --major-versions intl 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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

18
likes
130
points
79
downloads

Publisher

verified publisherrepad.dev

Weekly Downloads

Streamline your code and enhance personal utility with this meticulously crafted Flutter package, tailored to simplify your development tasks. and commercial use

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crop_image, device_info_plus, file_picker, flutter, flutter_web_plugins, intl

More

Packages that depend on flutter_custom_utils