abdalsalam_logic_flutter 0.1.0 copy "abdalsalam_logic_flutter: ^0.1.0" to clipboard
abdalsalam_logic_flutter: ^0.1.0 copied to clipboard

Comprehensive Flutter logic package with modular app state management, networking, storage, auth, and 20+ reusable services following SOLID principles.

100/ 160
pub points
109
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/AbdAlmalik/abdalsalam_logic_flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/AbdAlmalik/abdalsalam_logic_flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/AbdAlmalik/abdalsalam_logic_flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

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

293 out of 1762 API elements (16.6 %) 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: abdalsalam_logic_flutter, abdalsalam_logic_flutter.AccessibilityInfo, abdalsalam_logic_flutter.AccessibilityInfo.AccessibilityInfo.new, abdalsalam_logic_flutter.AccessibilityInfo.copyWith, abdalsalam_logic_flutter.AccessibilityInfo.hasAccessibilityFeatures.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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:abdalsalam_logic_flutter/abdalsalam_logic_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:abdalsalam_logic_flutter/abdalsalam_logic_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:abdalsalam_logic_flutter/abdalsalam_logic_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:abdalsalam_logic_flutter/abdalsalam_logic_flutter.dart that declares support for platforms: Android, iOS.

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:abdalsalam_logic_flutter/abdalsalam_logic_flutter.dart that imports:
  • package:abdalsalam_logic_flutter/src/update_manager/update_manager_impl.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:abdalsalam_logic_flutter/abdalsalam_logic_flutter.dart that imports:
  • package:abdalsalam_logic_flutter/src/update_manager/update_manager_impl.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

It does not contain ios/abdalsalam_logic_flutter/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Empty catch block.

lib/src/core/errors/error_handler_impl.dart:38:17

   ╷
38 │       } catch (e) {
   │ ┌─────────────────^
39 │ └     }
   ╵

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

INFO: Empty catch block.

lib/src/file_operations/file_service_impl.dart:306:19

    ╷
306 │         } catch (e) {
    │ ┌───────────────────^
307 │ └       }
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/file_operations/file_service_impl.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
battery_plus ^5.0.2 5.0.3 7.0.0
connectivity_plus ^5.0.2 5.0.2 7.0.0
device_info_plus ^9.1.1 9.1.2 12.3.0
dio ^5.4.0 5.9.1 5.9.1
disk_space_plus ^0.2.2 0.2.6 0.2.6
equatable ^2.0.5 2.0.8 2.0.8
firebase_auth ^4.15.3 4.17.8 6.1.4
firebase_core ^2.24.2 2.27.0 4.4.0
firebase_messaging ^14.7.10 14.7.19 16.1.1
freezed_annotation ^2.4.1 2.4.4 3.1.0
get_it ^7.6.4 7.7.0 9.2.1
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
injectable ^2.3.2 2.6.0 2.7.1+4
intl ^0.19.0 0.19.0 0.20.2
json_annotation ^4.8.1 4.11.0 4.11.0
network_info_plus ^5.0.1 5.0.3 7.0.0
package_info_plus ^5.0.1 5.0.1 9.0.0
path ^1.8.3 1.9.1 1.9.1
path_provider ^2.1.1 2.1.5 2.1.5
permission_handler ^12.0.1 12.0.1 12.0.1
share_plus ^7.2.1 7.2.2 12.0.1
shared_preferences ^2.2.2 2.2.3 2.5.4
sqflite ^2.3.0 2.4.2 2.4.2
volume_controller ^2.0.7 2.0.8 3.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.25 1.3.66
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
battery_plus_platform_interface - 2.0.1 2.0.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.0.1
cross_file - 0.3.3+8 0.3.5+2
crypto - 3.0.7 3.0.7
dbus - 0.7.12 0.7.12
device_info_plus_platform_interface - 7.0.3 7.0.3
dio_web_adapter - 1.1.1 2.1.1
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
firebase_auth_platform_interface - 7.1.8 8.1.6
firebase_auth_web - 5.9.8 6.1.2
firebase_core_platform_interface - 5.4.2 6.0.2
firebase_core_web - 2.11.5 3.4.0
firebase_messaging_platform_interface - 4.5.27 4.7.6
firebase_messaging_web - 3.6.8 4.1.2
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
hooks - 1.0.1 1.0.1
http - 1.2.0 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.19
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mime - 1.0.6 2.0.0
native_toolchain_c - 0.17.4 0.17.4
network_info_plus_platform_interface - 2.0.2 2.0.2
nm - 0.5.0 0.5.0
objective_c - 9.3.0 9.3.0
package_info_plus_platform_interface - 2.0.1 3.2.1
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
permission_handler_android - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.1 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
share_plus_platform_interface - 3.4.0 6.1.0
shared_preferences_android - 2.4.21 2.4.21
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.2.2 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.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
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.10
typed_data - 1.4.0 1.4.0
upower - 0.7.0 0.7.0
url_launcher_linux - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.2.3 2.4.2
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 0.4.2 1.1.1
win32 - 5.15.0 6.0.0
win32_registry - 1.1.5 3.0.1
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 13 issues. Showing the first 2:

The constraint `^5.0.2` on battery_plus does not support the stable version `6.0.0`.

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

The constraint `^5.0.2` on connectivity_plus does not support the stable version `6.0.0`.

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

  • UNDEFINED_METHOD - lib/src/app_state/app_state_manager_impl.dart:1141:31 - The method 'DiskSpacePlus' isn't defined for the type 'AppStateManagerImpl'.
  • UNDEFINED_METHOD - lib/src/app_state/app_state_manager_impl.dart:1142:32 - The method 'DiskSpacePlus' isn't defined for the type 'AppStateManagerImpl'.

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.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: