flutter_shared_utils 1.0.2 copy "flutter_shared_utils: ^1.0.2" to clipboard
flutter_shared_utils: ^1.0.2 copied to clipboard

A collection of utility functions for Flutter applications. The flutter_shared_utils package provides commonly used utilities to streamline your app development process and enhance functionality.

0
likes
120/ 160
pub points
39
downloads

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

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

0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

135 out of 256 API elements (52.7 %) have documentation comments.

Some symbols that are missing documentation: flutter_shared_utils.dart, flutter_shared_utils.dart.ColorSchemeUtils, flutter_shared_utils.dart.ColorSchemeUtils.ColorSchemeUtils, flutter_shared_utils.dart.ColorSchemeUtils.kCharcoalColorScheme, flutter_shared_utils.dart.ColorSchemeUtils.kDarkColorScheme.

10/10 points: Package has an example

failed
Platform support
0 / 20trigger folding of the section

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

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:flutter_shared_utils/flutter_shared_utils.dart that declares support for platforms: .
Package does not support platform `iOS`.

Because:

  • package:flutter_shared_utils/flutter_shared_utils.dart that declares support for platforms: .
Package does not support platform `Windows`.

Because:

  • package:flutter_shared_utils/flutter_shared_utils.dart that declares support for platforms: .
Package does not support platform `Linux`.

Because:

  • package:flutter_shared_utils/flutter_shared_utils.dart that declares support for platforms: .
Package does not support platform `macOS`.

Because:

  • package:flutter_shared_utils/flutter_shared_utils.dart that declares support for platforms: .
Package does not support platform `Web`.

Because:

  • package:flutter_shared_utils/flutter_shared_utils.dart that declares support for platforms: .

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional 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

Found 18 issues. Showing the first 2:

INFO: The variable name 'y_mo_d_h_m' isn't a lowerCamelCase identifier.

lib/src/date_util.dart:6:17

  ╷
6 │   static String y_mo_d_h_m = 'yyyy-MM-dd HH:mm';
  │                 ^^^^^^^^^^
  ╵

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

INFO: The variable name 'y_mo_d' isn't a lowerCamelCase identifier.

lib/src/date_util.dart:7:17

  ╷
7 │   static String y_mo_d = 'yyyy-MM-dd';
  │                 ^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
clock ^1.1.1 1.1.2 1.1.2
convert ^3.1.1 3.1.2 3.1.2
crypto ^3.0.6 3.0.6 3.0.6
flutter flutter 0.0.0 0.0.0
google_fonts ^6.2.1 6.2.1 6.2.1
stack_trace ^1.11.1 1.12.1 1.12.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
ffi - 2.1.3 2.1.3
http - 1.2.2 1.2.2
http_parser - 4.1.1 4.1.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.1
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
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

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.

0
likes
120
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of utility functions for Flutter applications. The flutter_shared_utils package provides commonly used utilities to streamline your app development process and enhance functionality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

clock, convert, crypto, flutter, google_fonts, stack_trace

More

Packages that depend on flutter_shared_utils