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
110/ 140
pub points
0%
popularity

We analyzed this package 7 hours ago, and awarded it 110 pub points (of a possible 140):

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

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.

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

36 out of 484 API elements (7.4 %) 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.

Some symbols that are missing documentation: app_route, app_route.$AppRouter, app_route.$AppRouter.$AppRouter, app_route.gr, app_route.gr.AppRouter.

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

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 18 issues. Showing the first 2:

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

To format your files run: dart format .

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

To format your files run: dart format .

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

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

Package Constraint Compatible Latest
auto_route ^4.0.1 4.2.1 8.1.3
cupertino_icons ^1.0.5 1.0.8 1.0.8
dio ^4.0.6 4.0.6 5.4.3+1
dropdown_search ^5.0.1 5.0.6 5.0.6
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
flutter_localizations flutter 0.0.0 0.0.0
font_awesome_flutter ^10.1.0 10.7.0 10.7.0
get ^4.6.3 4.6.6 4.6.6
get_it ^7.2.0 7.7.0 7.7.0
injectable ^1.5.3 1.5.4 2.4.1
json_annotation ^4.5.0 4.9.0 4.9.0
package_info_plus ^1.4.2 1.4.3+1 8.0.0
retrofit >=3.0.0 <4.0.0 3.3.1 4.1.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
ffi - 2.1.2 2.1.2
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
package_info_plus_linux - 1.0.5 2.0.0
package_info_plus_macos - 1.3.0 2.0.0
package_info_plus_platform_interface - 1.0.2 3.0.0
package_info_plus_web - 1.0.6 2.0.0
package_info_plus_windows - 2.1.0 3.0.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4
win32 - 3.1.4 5.5.0

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

Found 5 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.

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.