eca_packages 0.0.1+4 copy "eca_packages: ^0.0.1+4" to clipboard
eca_packages: ^0.0.1+4 copied to clipboard

outdated

This package was developed in order to specialize components used in the development of my applications. It's not a single-use package, as the rule of thumb for package adoption dictates. Here at ECA [...]

60/ 160
pub points
0
downloads

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

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

Failed check 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.

Failed to verify repository URL.

pubspec.yaml from the repository has no repository or homepage URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: eca_packages,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

78 out of 819 API elements (9.5 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: eca_packages, eca_packages.AbsorbPointerPageWidget, eca_packages.AbsorbPointerPageWidget.AbsorbPointerPageWidget.new, eca_packages.AbsorbPointerPageWidget.blur, eca_packages.AbsorbPointerPageWidget.child.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:eca_packages/eca_packages.dart that imports:
  • package:eca_packages/src/image_carousel_slider/carousel_slider.dart that imports:
  • package:cached_network_image/cached_network_image.dart that imports:
  • package:cached_network_image/src/image_provider/cached_network_image_provider.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:eca_packages/eca_packages.dart that imports:
  • package:eca_packages/src/image_carousel_slider/carousel_slider.dart that imports:
  • package:cached_network_image/cached_network_image.dart that imports:
  • package:cached_network_image/src/image_provider/cached_network_image_provider.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:eca_packages/eca_packages.dart that imports:
  • package:eca_packages/src/device/device_name.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:eca_packages/eca_packages.dart that imports:
  • package:eca_packages/src/image_carousel_slider/carousel_slider.dart that imports:
  • package:cached_network_image/cached_network_image.dart that imports:
  • package:cached_network_image/src/image_provider/cached_network_image_provider.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, 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:eca_packages/eca_packages.dart that imports:
  • package:eca_packages/src/device/device_name.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:eca_packages/eca_packages.dart that imports:
  • package:eca_packages/src/device/device_name.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 164 issues. Showing the first 2:

ERROR: The getter 'headline1' isn't defined for the type 'TextTheme'.

lib/src/dialogs/show_modal_bottom_sheet.dart:46:63

   ╷
46 │                     titleColor ?? Theme.of(context).textTheme.headline1?.color,
   │                                                               ^^^^^^^^^
   ╵

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

ERROR: The getter 'headline1' isn't defined for the type 'TextTheme'.

lib/src/dialogs/show_modal_bottom_sheet.dart:55:51

   ╷
55 │                       Theme.of(context).textTheme.headline1?.color,
   │                                                   ^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
animated_text_kit ^4.2.1 4.3.0 4.3.0
back_button_interceptor ^6.0.0 6.0.2 8.0.4
badges ^2.0.2 2.0.3 3.1.2
blur ^3.0.0 3.1.0 4.0.2
cached_network_image ^3.2.1 3.3.1 3.4.1
carousel_slider ^4.1.1 4.2.1 5.1.1
connectivity_plus ^3.0.2 3.0.6 7.0.0
cropperx ^1.1.1 1.1.1 1.1.1
dartz ^0.10.1 0.10.1 0.10.1
device_info_plus ^8.0.0 8.2.2 12.3.0
dio ^4.0.6 4.0.6 5.9.0
dropdown_search ^5.0.3 5.0.6 6.0.2
equatable ^2.0.5 2.0.8 2.0.8
flash ^2.0.5 2.0.5+1 3.1.1
flutter_markdown ^0.6.6 0.6.23 0.7.7+1 Discontinued
flutter_mobx ^2.0.6+1 2.3.0 2.3.0
flutter_modular ^5.0.2 5.0.3 6.4.1
font_awesome_flutter ^10.2.1 10.12.0 10.12.0
geocoding ^2.0.5 2.2.2 4.0.0
geolocator ^9.0.2 9.0.2 14.0.2
getwidget ^3.0.1 3.1.1 7.0.0
http ^0.13.5 0.13.6 1.6.0
http_parser ^4.0.1 4.1.2 4.1.2
image_crop ^0.4.1 0.4.1 0.4.1
image_picker ^0.8.4+4 0.8.9 1.2.1
image_size_getter ^2.1.2 2.4.1 2.4.1
infinite_scroll_pagination ^3.2.0 3.2.0 5.1.1
intl ^0.17.0 0.17.0 0.20.2
mobx ^2.0.7+3 2.6.0 2.6.0
package_info_plus ^1.3.0 1.4.3+1 9.0.0
page_transition ^2.0.4 2.2.1 2.2.1
path ^1.8.2 1.9.1 1.9.1
path_provider ^2.0.11 2.1.5 2.1.5
shared_preferences ^2.0.12 2.5.4 2.5.4
shimmer ^2.0.0 2.0.0 3.0.0
status_bar_control ^3.2.1 3.2.1 3.2.1
step_progress_indicator ^1.0.1 1.0.2 1.0.2
string_to_hex ^0.2.2 0.2.2 0.2.2
time_elapsed ^0.2.6 0.2.6 0.3.1
transparent_image ^2.0.0 2.0.1 2.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
cached_network_image_platform_interface - 4.0.0 4.1.1
cached_network_image_web - 1.2.0 1.3.1
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 0.19.10 1.0.0
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.0.1
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.5 2.1.5
file - 6.1.4 7.0.1
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.3.1 3.4.1
flutter_modular_annotations - 0.0.2 0.0.2 Discontinued
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
geocoding_android - 3.3.1 4.0.1
geocoding_ios - 2.3.0 3.1.0
geocoding_platform_interface - 3.2.0 5.0.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 - 2.2.1 4.1.3
geolocator_windows - 0.1.3 0.2.5
glob - 2.1.3 2.1.3
hashcodes - 2.0.0 2.0.0
hooks - 0.20.5 1.0.0
image_picker_android - 0.8.13+10 0.8.13+10
image_picker_for_web - 2.2.0 3.1.1
image_picker_ios - 0.8.13+3 0.8.13+3
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
markdown - 7.3.0 7.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
mime - 1.0.6 2.0.0
modular_core - 2.0.3+1 3.4.1
modular_interfaces - 2.0.2 3.0.0
native_toolchain_c - 0.17.2 0.17.4
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
objective_c - 9.2.2 9.2.2
octo_image - 2.1.0 2.1.0
package_info_plus_linux - 1.0.5 2.0.0 Discontinued
package_info_plus_macos - 1.3.0 2.0.0 Discontinued
package_info_plus_platform_interface - 1.0.2 3.2.1
package_info_plus_web - 1.0.6 2.0.0 Discontinued
package_info_plus_windows - 2.1.0 3.0.0 Discontinued
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.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 - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
rxdart - 0.27.7 0.28.0
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
sliver_tools - 0.2.12 0.2.12
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
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 3.1.4 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 22 issues. Showing the first 2:

The constraint `^6.0.0` on back_button_interceptor does not support the stable version `7.0.0`.

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

The constraint `^2.0.2` on badges does not support the stable version `3.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 16 errors:

  • UNDEFINED_GETTER - lib/src/dialogs/show_modal_bottom_sheet.dart:46:63 - The getter 'headline1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/dialogs/show_modal_bottom_sheet.dart:55:51 - The getter 'headline1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/dialogs/show_modal_bottom_sheet.dart:163:51 - The getter 'headline1' isn't defined for the type 'TextTheme'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
60
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

This package was developed in order to specialize components used in the development of my applications. It's not a single-use package, as the rule of thumb for package adoption dictates. Here at ECA Packages you will see several widgets.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

animated_text_kit, back_button_interceptor, badges, blur, cached_network_image, carousel_slider, connectivity_plus, cropperx, dartz, device_info_plus, dio, dropdown_search, equatable, flash, flutter, flutter_markdown, flutter_mobx, flutter_modular, font_awesome_flutter, geocoding, geolocator, getwidget, http, http_parser, image_crop, image_picker, image_size_getter, infinite_scroll_pagination, intl, mobx, package_info_plus, page_transition, path, path_provider, shared_preferences, shimmer, status_bar_control, step_progress_indicator, string_to_hex, time_elapsed, transparent_image

More

Packages that depend on eca_packages