names_launcher 0.0.1 copy "names_launcher: ^0.0.1" to clipboard
names_launcher: ^0.0.1 copied to clipboard

A command-line tool that simplifies the task of updating your Flutter app's launcher name.

1
likes
110/ 140
pub points
46%
popularity

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

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: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

2 out of 17 API elements (11.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.

Some symbols that are missing documentation: constants, constants.YAML_ENABLE_KEY, constants.YAML_NAME_KEY, constants.YAML_PLATFORMS_KEY, constants.YAML_PLATFORM_ANDROID_KEY.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:names_launcher/cli_commands.dart that imports:
  • package:rename/rename.dart that imports:
  • package:rename/platform_file_editors/windows_platform_file_editor.dart that imports:
  • package:rename/platform_file_editors/abs_platform_file_editor.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.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

bin/reset.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/cli_commands.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

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

Package Constraint Compatible Latest
args ^2.4.2 2.5.0 2.5.0
path ^1.8.2 1.9.0 1.9.0
rename ^3.0.1 3.0.2 3.0.2
yaml ^3.1.2 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
logger - 2.2.0 2.2.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

1
likes
110
pub points
46%
popularity

Publisher

verified publishergoweii.top

A command-line tool that simplifies the task of updating your Flutter app's launcher name.

Repository (GitHub)
View/report issues

Topics

#name #app-name #name-launcher #launcher-name

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, path, rename, yaml

More

Packages that depend on names_launcher