ccci_utility 1.1.131+108
ccci_utility: ^1.1.131+108 copied to clipboard
A collection of utility classes and templates for building Flutter applications efficiently.
We analyzed this package 23 hours ago, and awarded it 130 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
4820 out of 5223 API elements (92.3 %) have documentation comments.
Some symbols that are missing documentation: ccci_utility, ccci_utility.AlwaysAliveRefreshable.AlwaysAliveRefreshable.new, ccci_utility.Annotation.Annotation.new, ccci_utility.Annotation.regExp, ccci_utility.Annotation.spanBuilder.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_darwin/local_auth_darwin.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Package does not support platform `macOS`.
Because:
package:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS.
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:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ccci_utility/ccci_utility.dartthat imports:package:ccci_utility/src/utility/local_auth.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_darwin/local_auth_darwin.dartthat 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 56 issues. Showing the first 2:
INFO: The type name 'LOADING_STATE' isn't an UpperCamelCase identifier.
lib/src/enum/enum.dart:1:6
╷
1 │ enum LOADING_STATE{
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/enum/enum.dart
INFO: The variable name 'Bucket' isn't a lowerCamelCase identifier.
lib/src/models/attachment_metadata_type/attachment_metadata_type_model.dart:12:13
╷
12 │ String? Bucket,
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/attachment_metadata_type/attachment_metadata_type_model.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
avatar_stack |
^3.0.0 |
3.0.0 | 3.0.0 | |
build_runner |
^2.4.15 |
2.10.3 | 2.10.3 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
cached_network_image_platform_interface |
^4.1.1 |
4.1.1 | 4.1.1 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
custom_refresh_indicator |
^4.0.1 |
4.0.1 | 4.0.1 | |
dio |
^5.4.3+1 |
5.9.0 | 5.9.0 | |
dotenv |
^4.2.0 |
4.2.0 | 4.2.0 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
flutter_dotenv |
^5.1.0 |
5.2.1 | 6.0.0 | |
flutter_lucide |
^1.6.2 |
1.7.0 | 1.7.0 | |
flutter_riverpod |
^2.5.1 |
2.6.1 | 3.0.3 | |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 9.2.4 | |
flutter_svg |
^2.0.10+1 |
2.2.2 | 2.2.2 | |
freezed |
^3.0.6 |
3.2.3 | 3.2.3 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
geocoding |
^4.0.0 |
4.0.0 | 4.0.0 | |
geolocator |
^13.0.2 |
13.0.4 | 14.0.2 | |
go_router |
^16.1.0 |
16.3.0 | 17.0.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_serializable |
^6.9.5 |
6.11.1 | 6.11.1 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 | |
local_auth |
^2.3.0 |
2.3.0 | 3.0.0 | |
logger |
^2.3.0 |
2.6.2 | 2.6.2 | |
lottie |
^3.3.1 |
3.3.2 | 3.3.2 | |
riverpod_annotation |
^2.6.1 |
2.6.1 | 3.0.3 | |
skeletonizer |
^2.1.0+1 |
2.1.0+1 | 2.1.0+1 | |
syncfusion_flutter_maps |
^29.1.38 |
29.2.11 | 31.2.10 | |
tuple |
^2.0.2 |
2.0.2 | 2.0.2 | |
video_player |
^2.10.0 |
2.10.1 | 2.10.1 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 91.0.0 | 92.0.0 | |
analyzer |
- | 8.4.1 | 9.0.0 | |
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
build |
- | 4.0.2 | 4.0.2 | |
build_config |
- | 1.2.0 | 1.2.0 | |
build_daemon |
- | 4.1.1 | 4.1.1 | |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.12.0 | 8.12.0 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_builder |
- | 4.11.0 | 4.11.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dart_style |
- | 3.1.3 | 3.1.3 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.32 | 2.0.32 | |
flutter_secure_storage_linux |
- | 1.2.3 | 2.0.1 | |
flutter_secure_storage_macos |
- | 3.1.3 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.0.0 | |
flutter_secure_storage_windows |
- | 3.1.2 | 4.0.0 | |
geocoding_android |
- | 4.0.1 | 4.0.1 | |
geocoding_ios |
- | 3.1.0 | 3.1.0 | |
geocoding_platform_interface |
- | 3.2.0 | 3.2.0 | |
geolocator_android |
- | 4.6.2 | 5.0.2 | |
geolocator_apple |
- | 2.3.13 | 2.3.13 | |
geolocator_platform_interface |
- | 4.2.6 | 4.2.6 | |
geolocator_web |
- | 4.1.3 | 4.1.3 | |
geolocator_windows |
- | 0.2.5 | 0.2.5 | |
glob |
- | 2.1.3 | 2.1.3 | |
graphs |
- | 2.3.2 | 2.3.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.6.0 | 1.6.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
local_auth_android |
- | 1.0.56 | 2.0.0 | |
local_auth_darwin |
- | 1.6.1 | 2.0.0 | |
local_auth_platform_interface |
- | 1.1.0 | 1.1.0 | |
local_auth_windows |
- | 1.0.11 | 2.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.20 | 2.2.20 | |
path_provider_foundation |
- | 2.4.3 | 2.4.3 | |
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 |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
posix |
- | 6.0.3 | 6.0.3 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
riverpod |
- | 2.6.1 | 3.0.3 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_gen |
- | 4.0.2 | 4.0.2 | |
source_helper |
- | 1.3.8 | 1.3.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
syncfusion_flutter_core |
- | 29.2.11 | 31.2.10 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.8 | 0.7.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.8.17 | 2.8.17 | |
video_player_avfoundation |
- | 2.8.6 | 2.8.6 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
watcher |
- | 1.1.4 | 1.1.4 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^5.1.0` on flutter_dotenv does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_dotenv to update the constraint.
The constraint `^2.5.1` on flutter_riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod 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.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.