package_testing 0.0.4 copy "package_testing: ^0.0.4" to clipboard
package_testing: ^0.0.4 copied to clipboard

A new Flutter package with a customized TextButton.

0
likes
50/ 160
pub points
0%
popularity

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

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://gitlab.com/rihab974/package_project was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: package_testing,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

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
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting package_testing... Discovering libraries... Linking elements... Precaching local docs for 614188 elements... Initialized dartdoc with 746 libraries Generating docs for library package.dart from package:package_testing/package.dart... Generating docs for library custom_button.dart from package:package_testing/custom_button.dart... Documented 2 public libraries in 60.6 seconds ERR: warning: package has no library level documentation comments from package: (file:///tmp/pana_ORYDUC/lib/package.dart:1:9) warning: package has no library level documentation comments from package: (file:///tmp/pana_ORYDUC/lib/custom_button.dart:2:9) error: file already written at "package/package-library.html" for symbol package: (file:///tmp/pana_ORYDUC/lib/custom_button.dart:2:9) conflicting with file already generated by package: (file:///tmp/pana_ORYDUC/lib/package.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'package' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [13 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
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

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 4 issues. Showing the first 2:

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

lib/custom_button.dart:18:11

   ╷
18 │           primary: Colors.white,
   │           ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/custom_button.dart

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: CustomButton.onPressed, CustomButton.style

lib/custom_button.dart:6:7

  ╷
6 │ class CustomButton extends StatelessWidget {
  │       ^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/custom_button.dart

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

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 1 error:

  • UNDEFINED_NAMED_PARAMETER - lib/custom_button.dart:18:11 - The named parameter 'primary' 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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
50
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package with a customized TextButton.

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on package_testing