app_framework_component 0.0.22 copy "app_framework_component: ^0.0.22" to clipboard
app_framework_component: ^0.0.22 copied to clipboard

MyCS application feature and business logic componenet framework

0
likes
120/ 160
pub points
54%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/appbricks/mycloudspace/libs/component/flutter/app_framework was unreachable. Make sure that the website is reachable via HEAD requests.

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: GPL-3.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting app_framework_component... Discovering libraries... Linking elements... Precaching local docs for 1109552 elements... Initialized dartdoc with 1019 libraries Generating docs for library app_framework.dart from package:app_framework_component/app_framework.dart... Generating docs for library app_framework_component_platform_interface.dart from package:app_framework_component/app_framework_component_platform_interface.dart... Generating docs for library app_framework_component_method_channel.dart from package:app_framework_component/app_framework_component_method_channel.dart... Generating docs for library app_framework_component.dart from package:app_framework_component/app_framework_component.dart... Generating docs for library ux/feature.dart from package:app_framework_component/ux/feature.dart... [11 more lines] ERR: warning: app_framework_component has no library level documentation comments from app_framework_component: (file:///tmp/pana_YVNDJS/lib/app_framework.dart:1:9) error: file already written at "app_framework_component/app_framework_component-library.html" for symbol app_framework_component: (file:///tmp/pana_YVNDJS/lib/app_framework_component.dart:1:1) conflicting with file already generated by app_framework_component: (file:///tmp/pana_YVNDJS/lib/app_framework.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'app_framework_component' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one [11 more lines]

10/10 points: Package has an example

OK
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

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional 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 3 issues. Showing the first 2:

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

To format your files run: dart format .

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

To format your files run: dart format .

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
async ^2.11.0 2.12.0 2.12.0
bloc ^8.1.4 8.1.4 8.1.4
equatable ^2.0.5 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.1.5 8.1.6 8.1.6
flutter_localizations flutter 0.0.0 0.0.0
flutter_secure_storage ^9.2.2 9.2.2 9.2.2
flutter_web_plugins flutter 0.0.0 0.0.0
hydrated_bloc ^9.1.5 9.1.5 9.1.5
intl ^0.19.0 0.19.0 0.19.0
logging ^1.2.0 1.3.0 1.3.0
meta ^1.11.0 1.15.0 1.16.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
utilities_ab ^0.0.4 0.0.4 0.0.4
uuid ^4.4.0 4.5.1 4.5.1
web ^0.5.1 0.5.1 1.1.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.3 2.1.3
fixnum - 1.1.1 1.1.1
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
hive - 2.2.3 2.2.3
js - 0.6.7 0.7.1
material_color_utilities - 0.11.1 0.12.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.1
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
platform - 3.1.6 3.1.6
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
sprintf - 7.0.0 7.0.0
synchronized - 3.3.0+3 3.3.0+3
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
win32 - 5.7.0 5.7.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^0.5.1` on web does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions web 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.22.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.