ccci_utility 1.1.49+26 copy "ccci_utility: ^1.1.49+26" to clipboard
ccci_utility: ^1.1.49+26 copied to clipboard

A collection of utility classes and templates for building Flutter applications efficiently.

0
likes
140/ 160
pub points
66%
popularity

We analyzed this package 13 hours ago, and awarded it 140 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

87 out of 97 API elements (89.7 %) have documentation comments.

Some symbols that are missing documentation: ccci_utility, ccci_utility.BaseMixins, ccci_utility.BaseMixins.BaseMixins, ccci_utility.BaseMixins.isValidEmail, ccci_utility.BaseServiceProvider.ref.

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 not compatible with platform Web

Because:

  • package:ccci_utility/ccci_utility.dart that imports:
  • package:ccci_utility/src/base/base_store.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

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:ccci_utility/ccci_utility.dart that imports:
  • package:ccci_utility/src/base/base_store.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.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 25 issues. Showing the first 2:

INFO: 'ProviderRef' is deprecated and shouldn't be used. will be removed in 3.0.0. Use Ref instead.

lib/src/base/base_service_provider.dart:80:9

   ╷
80 │   final ProviderRef ref;
   │         ^^^^^^^^^^^
   ╵

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

lib/ccci_utility.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
dio ^5.4.3+1 5.7.0 5.7.0
dotenv ^4.2.0 4.2.0 4.2.0
flutter flutter 0.0.0 0.0.0
flutter_dotenv ^5.1.0 5.2.1 5.2.1
flutter_riverpod ^2.5.1 2.6.1 2.6.1
flutter_secure_storage ^9.2.2 9.2.2 9.2.2
flutter_svg ^2.0.10+1 2.0.10+1 2.0.10+1
intl ^0.19.0 0.19.0 0.19.0
logger ^2.3.0 2.4.0 2.4.0
skeletonizer ^1.3.0 1.4.2 1.4.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
collection - 1.18.0 1.19.1
dio_web_adapter - 2.0.0 2.0.0
ffi - 2.1.3 2.1.3
flutter_secure_storage_linux - 1.2.1 1.2.1
flutter_secure_storage_macos - 3.1.2 3.1.2
flutter_secure_storage_platform_interface - 1.1.2 1.1.2
flutter_secure_storage_web - 1.2.1 1.2.1
flutter_secure_storage_windows - 3.1.2 3.1.2
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
js - 0.6.7 0.7.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_parsing - 1.0.2 1.0.2
path_provider - 2.1.4 2.1.4
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
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
petitparser - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
riverpod - 2.6.1 2.6.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.12.0 1.12.0
state_notifier - 1.0.0 1.0.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_graphics - 1.1.11+1 1.1.11+1
vector_graphics_codec - 1.1.11+1 1.1.11+1
vector_graphics_compiler - 1.1.11+1 1.1.11+1
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.7.2 5.7.2
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
140
pub points
66%
popularity

Publisher

unverified uploader

A collection of utility classes and templates for building Flutter applications efficiently.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, dotenv, flutter, flutter_dotenv, flutter_riverpod, flutter_secure_storage, flutter_svg, intl, logger, skeletonizer

More

Packages that depend on ccci_utility