icapps_architecture 2.2.5 copy "icapps_architecture: ^2.2.5" to clipboard
icapps_architecture: ^2.2.5 copied to clipboard

icapps architecture components for flutter projects. Contains commonly used code for logging, extensions, ...

60/ 160
pub points
332
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

216 out of 399 API elements (54.1 %) have documentation comments.

Some symbols that are missing documentation: icapps_architecture, icapps_architecture.AfterLayout, icapps_architecture.AfterLayout.afterFirstLayout, icapps_architecture.BaseProviderWidget, icapps_architecture.BaseProviderWidget.BaseProviderWidget.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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 8 issues. Showing the first 2:

ERROR: The name 'CupertinoPageTransitionsBuilder' isn't a class.

lib/src/theming/base_theme.dart:13:37

   ╷
13 │           TargetPlatform.iOS: const CupertinoPageTransitionsBuilder(),
   │                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The name 'CupertinoPageTransitionsBuilder' isn't a class.

lib/src/theming/base_theme.dart:24:34

   ╷
24 │     if (info.isIOS) return const CupertinoPageTransitionsBuilder();
   │                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/theming/base_theme.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
computer ^3.2.1 3.2.1 3.2.1
connectivity_plus ^7.0.0 7.2.0 7.2.0
device_info_plus ^12.3.0 12.4.0 13.2.0
dio ^5.4.0 5.10.0 5.10.0
logger ^2.0.2+1 2.7.0 2.7.0
provider ^6.1.1 6.1.5+1 6.1.5+1
shared_preferences ^2.2.2 2.5.5 2.5.5
tuple ^2.0.2 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
dbus - 0.7.14 0.7.14
device_info_plus_platform_interface - 7.0.3 8.1.0
dio_web_adapter - 2.2.0 2.2.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.26 2.4.26
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
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.2.0 2.4.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.3.0
win32_registry - 2.1.0 3.0.3
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 7.0.1

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

The constraint `^12.3.0` on device_info_plus does not support the stable version `13.0.0`.

Try running dart pub upgrade --major-versions device_info_plus 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 2 errors:

  • CREATION_WITH_NON_TYPE - lib/src/theming/base_theme.dart:13:37 - The name 'CupertinoPageTransitionsBuilder' isn't a class.
  • CREATION_WITH_NON_TYPE - lib/src/theming/base_theme.dart:24:34 - The name 'CupertinoPageTransitionsBuilder' isn't a class.

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.14, Flutter 3.44.4, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
60
points
332
downloads

Documentation

API reference

Publisher

verified publishericapps.com

Weekly Downloads

icapps architecture components for flutter projects. Contains commonly used code for logging, extensions, ...

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

computer, connectivity_plus, device_info_plus, dio, flutter, logger, provider, shared_preferences, tuple

More

Packages that depend on icapps_architecture