hordev2 1.0.0+2 copy "hordev2: ^1.0.0+2" to clipboard
hordev2: ^1.0.0+2 copied to clipboard

A new Flutter project.

0
likes
35/ 160
pub points
0
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` is empty.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

89 out of 516 API elements (17.2 %) 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: antodis_menu_item, antodis_menu_item.AntodisMenuItem, antodis_menu_item.AntodisMenuItem.AntodisMenuItem.new, antodis_menu_item.AntodisMenuItem.icon, antodis_menu_item.AntodisMenuItem.name.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:hordev2/app/example/bar_chart.dart that imports:
  • package:fl_chart/fl_chart.dart that imports:
  • package:fl_chart/src/chart/scatter_chart/scatter_chart.dart that imports:
  • package:fl_chart/src/chart/scatter_chart/scatter_chart_renderer.dart that imports:
  • package:fl_chart/src/chart/scatter_chart/scatter_chart_painter.dart that imports:
  • package:fl_chart/src/chart/base/base_chart/base_chart_painter.dart that imports:
  • package:fl_chart/src/chart/base/base_chart/base_chart_data.dart that imports:
  • package:fl_chart/src/chart/base/base_chart/fl_touch_event.dart that imports:
  • dart:io

Failed check 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 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 35 issues. Showing the first 2:

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

lib/app/modules/home/views/home_view.dart:59:64

   ╷
59 │                             style: Theme.of(context).textTheme.headline5,
   │                                                                ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/home/views/home_view.dart

ERROR: The named parameter 'backgroundColor' isn't defined.

lib/config.dart:14:5

   ╷
14 │     backgroundColor: Color(0xff0f1621),
   │     ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/config.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
build_runner 2.1.4 2.1.4 2.4.15
community_material_icon 5.9.55 5.9.55 5.9.55
cupertino_icons ^1.0.2 1.0.8 1.0.8
data_table_2 2.1.1 2.1.1 2.6.0
fl_chart 0.40.0 0.40.0 1.0.0
get 4.3.8 4.3.8 4.7.2
get_storage 2.0.3 2.0.3 2.1.1
google_fonts 2.1.0 2.1.0 6.2.1
intl any 0.20.2 0.20.2
ionicons 0.1.2 0.1.2 0.2.2
line_icons 2.0.1 2.0.1 2.0.3
liquid_progress_indicator 0.4.0 0.4.0 0.4.0
reflectable 3.0.4 3.0.4 4.0.12
rounded_loading_button 2.0.9 2.0.9 2.1.0
test ^1.17.5 1.20.2 1.26.0
wave 0.2.0 0.2.0 0.2.2
webviewx 0.2.1 0.2.1 0.2.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 31.0.0 82.0.0
analyzer - 2.8.0 7.4.5
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
build - 2.1.1 2.4.2
build_config - 1.0.0 1.1.2
build_daemon - 3.1.1 4.0.4
build_resolvers - 2.0.6 2.4.4
build_runner_core - 7.2.7+1 8.0.0
built_collection - 5.1.1 5.1.1
built_value - 8.9.5 8.9.5
characters - 1.4.0 1.4.0
checked_yaml - 2.0.3 2.0.3
cli_util - 0.3.5 0.4.2
clock - 1.1.2 1.1.2
code_builder - 4.10.1 4.10.1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
coverage - 1.3.2 1.13.1
crypto - 3.0.6 3.0.6
dart_style - 2.2.1 3.0.1
equatable - 2.0.7 2.0.7
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
frontend_server_client - 2.1.3 4.0.0
glob - 2.1.3 2.1.3
graphs - 2.3.2 2.3.2
http - 0.13.6 1.4.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
matcher - 0.12.11 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.17.0
mime - 1.0.6 2.0.0
node_preamble - 2.0.2 2.0.2
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
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
pedantic - 1.11.1 1.11.1 Discontinued
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor - 0.9.3+7 0.10.1+2
pool - 1.5.1 1.5.1
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
rxdart - 0.27.7 0.28.0
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 1.0.4 3.0.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.13 0.10.13
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.4.9 0.7.5
test_core - 0.4.11 0.6.9
timing - 1.0.2 1.0.2
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.5
vm_service - 8.3.0 15.0.0
watcher - 1.1.1 1.1.1
web - 0.5.1 1.1.1
web_socket_channel - 2.4.5 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.1
webview_flutter - 2.8.0 4.11.0
webview_flutter_android - 2.10.4 4.5.0
webview_flutter_platform_interface - 1.9.5 2.12.0
webview_flutter_wkwebview - 2.9.5 3.21.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 12 issues. Showing the first 2:

The constraint `2.1.4` on build_runner does not support the stable version `2.1.5`.

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

The constraint `2.1.1` on data_table_2 does not support the stable version `2.2.0`.

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

  • UNDEFINED_GETTER - lib/app/modules/home/views/home_view.dart:59:64 - The getter 'headline5' isn't defined for the type 'TextTheme'.
  • UNDEFINED_NAMED_PARAMETER - lib/config.dart:14:5 - The named parameter 'backgroundColor' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/config.dart:24:7 - The named parameter 'bodyText1' isn't defined.

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.21, Flutter 3.29.3, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: