git_issues_form 1.0.0-alpha02 copy "git_issues_form: ^1.0.0-alpha02" to clipboard
git_issues_form: ^1.0.0-alpha02 copied to clipboard

Flutter general widget for submitting git issues based on common template.

3
likes
130/ 160
pub points
40
downloads

We analyzed this package 2 days ago, and awarded it 130 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

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/dargoz/git_issues_form/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: Apache-2.0.

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

36 out of 483 API elements (7.5 %) 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_route, app_route.$AppRouter, app_route.$AppRouter.$AppRouter.new, app_route.gr, app_route.gr.AppRouter.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:git_issues_form/main.dart that imports:
  • package:git_issues_form/navigation/app_route.gr.dart that imports:
  • package:auto_route/auto_route.dart that imports:
  • package:auto_route/src/router/controller/routing_controller.dart that imports:
  • package:universal_html/html.dart that imports:
  • package:universal_html/src/_sdk/html.dart that imports:
  • package:universal_html/src/_sdk_html_additions.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:git_issues_form/main.dart that imports:
  • package:git_issues_form/navigation/app_route.gr.dart that imports:
  • package:auto_route/auto_route.dart that imports:
  • package:auto_route/src/router/controller/routing_controller.dart that imports:
  • package:universal_html/html.dart that imports:
  • package:universal_html/src/_sdk/html.dart that imports:
  • package:universal_html/src/_sdk_html_additions.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm 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

Found 18 issues. Showing the first 2:

/tmp/pana_ZZUZLM/lib/core/usecases/no_params.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_ZZUZLM/lib/features/feedback_feature/data/datasources/github/github_constants.dart doesn't match the Dart formatter.

To format your files run: dart format .

Failed report section
Support up-to-date dependencies
30 / 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
auto_route ^4.0.1 4.2.1 10.1.0+1
cupertino_icons ^1.0.5 1.0.8 1.0.8
dio ^4.0.6 4.0.6 5.8.0+1
dropdown_search ^5.0.1 5.0.6 6.0.2
equatable ^2.0.3 2.0.7 2.0.7
font_awesome_flutter ^10.1.0 10.8.0 10.8.0
get ^4.6.3 4.7.2 4.7.2
get_it ^7.2.0 7.7.0 8.0.3
injectable ^1.5.3 1.5.4 2.5.0
json_annotation ^4.5.0 4.9.0 4.9.0
package_info_plus ^1.4.2 1.4.3+1 8.3.0
retrofit >=3.0.0 <4.0.0 3.3.1 4.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
ffi - 2.1.4 2.1.4
html - 0.15.6 0.15.6
http - 0.13.6 1.4.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
package_info_plus_linux - 1.0.5 2.0.0 Discontinued
package_info_plus_macos - 1.3.0 2.0.0 Discontinued
package_info_plus_platform_interface - 1.0.2 3.2.0
package_info_plus_web - 1.0.6 2.0.0 Discontinued
package_info_plus_windows - 2.1.0 3.0.0 Discontinued
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1
win32 - 3.1.4 5.14.0

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

Found 7 issues. Showing the first 2:

The constraint `^4.0.1` on auto_route does not support the stable version `5.0.0`.

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

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: