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

A new Flutter project.

0
likes
115/ 140
pub points
0%
popularity

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

failed
Follow Dart file conventions
15 / 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.

0/5 points: Provide a valid README.md

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

71 out of 107 API elements (66.4 %) have documentation comments.

Some symbols that are missing documentation: base_command, base_command.BuildRunnerCommand, base_command.BuildRunnerCommand.BuildRunnerCommand, base_command.lineLength, build.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:flutter_config_maker/flutter_config_maker.dart that imports:
  • package:flutter_config_maker/src/config_maker.dart that imports:
  • package:flutter_config_maker/util/util.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 8 issues. Showing the first 2:

INFO: The declaration '_updateFlutterConfigs' isn't referenced.

lib/src/config_maker.dart:306:8

    ╷
306 │   void _updateFlutterConfigs(String? commandEnvType, YamlParser parseAppYamlParser, List<Tuple2<File, YamlParser>> otherConfigs) {
    │        ^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: The variable name 'NO_CREATE' isn't a lowerCamelCase identifier.

lib/src/config_maker.dart:588:16

    ╷
588 │   static final NO_CREATE = BuildException("配置文件未被创建,请先使用create进行创建");
    │                ^^^^^^^^^
    ╵

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

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.3.0 2.5.0 2.5.0
collection ^1.15.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
io ^1.0.3 1.0.4 1.0.4
path ^1.8.0 1.9.0 1.9.0
tuple ^2.0.0 2.0.2 2.0.2
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
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
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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

0
likes
115
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, collection, flutter, io, path, tuple, yaml

More

Packages that depend on flutter_config_maker