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

The new era for show views, with that package you can show to your users any place of concert or airplane plane

0
likes
70/ 160
pub points
16%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: Apache-2.0.

partial
Provide documentation
10 / 20trigger folding of the section

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

50 out of 252 API elements (19.8 %) 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: app_assets, app_assets.AppAssets, app_assets.AppAssets.animationsFolder, app_assets.AppAssets.assetsFolder, app_assets.AppAssets.loadingAnimation.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:horusvision/app/di/di.dart that imports:
  • package:horusvision/presentation/features/view/bloc/horus_view_bloc.dart that imports:
  • package:horusvision/presentation/features/view/bloc/horus_view_state.dart that imports:
  • package:horusvision/app/types/ui_state.dart that imports:
  • package:horusvision/app/types/repository_error.dart that imports:
  • package:horusvision/app/types/errors/network_error.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 124 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:horusvision/app/types/errors/network_error.freezed.dart'.

lib/app/types/errors/network_error.dart:8:6

  ╷
8 │ part 'network_error.freezed.dart';
  │      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/types/errors/network_error.dart

ERROR: Classes can only mix in mixins and classes.

lib/app/types/errors/network_error.dart:11:25

   ╷
11 │ class NetworkError with _$NetworkError {
   │                         ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/types/errors/network_error.dart

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

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

Package Constraint Compatible Latest
dio ^5.0.0 5.7.0 5.7.0
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.1.4 8.1.6 8.1.6
flutter_localizations flutter 0.0.0 0.0.0
freezed ^2.5.2 2.5.7 2.5.7
freezed_annotation ^2.4.1 2.4.4 2.4.4
get_it ^7.2.0 7.7.0 8.0.1
go_router ^14.2.0 14.3.0 14.3.0
intl ^0.19.0 0.19.0 0.19.0
json_annotation ^4.9.0 4.9.0 4.9.0
lottie ^3.1.2 3.1.3 3.1.3
retrofit ^4.1.0 4.4.1 4.4.1
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 72.0.0 76.0.0
_macros - 0.3.2 0.3.2
analyzer - 6.7.0 6.11.0
archive - 3.6.1 3.6.1
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
bloc - 8.1.4 8.1.4
build - 2.4.1 2.4.1
build_config - 1.1.1 1.1.1
characters - 1.3.0 1.3.1
checked_yaml - 2.0.3 2.0.3
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dart_style - 2.3.7 2.3.7
dio_web_adapter - 2.0.0 2.0.0
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
glob - 2.1.2 2.1.2
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
logging - 1.3.0 1.3.0
macros - 0.1.2-main.4 0.1.3-main.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nested - 1.0.0 1.0.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.1
provider - 6.1.2 6.1.2
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.3.0 1.3.0
sky_engine - 0.0.99 0.0.99
source_gen - 1.5.0 1.5.0
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
watcher - 1.1.0 1.1.0
web - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

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

The constraint `^7.2.0` on get_it does not support the stable version `8.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 123 errors:

  • URI_DOES_NOT_EXIST - lib/app/types/errors/network_error.dart:8:6 - Target of URI doesn't exist: 'package:horusvision/app/types/errors/network_error.freezed.dart'.
  • MIXIN_OF_NON_CLASS - lib/app/types/errors/network_error.dart:11:25 - Classes can only mix in mixins and classes.
  • REDIRECT_TO_NON_CLASS - lib/app/types/errors/network_error.dart:12:45 - The name '_BadRequest' isn't a type and can't be used in a redirected constructor.

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.22.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
70
pub points
16%
popularity

Publisher

unverified uploader

The new era for show views, with that package you can show to your users any place of concert or airplane plane

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, flutter_bloc, flutter_localizations, freezed, freezed_annotation, get_it, go_router, intl, json_annotation, lottie, retrofit

More

Packages that depend on horusvision