at_app 2.0.0 copy "at_app: ^2.0.0" to clipboard
at_app: ^2.0.0 copied to clipboard

A command line tool to help developers build an @ platform application.

159
likes
120/ 140
pub points
0%
popularity

We analyzed this package 25 hours ago, and awarded it 120 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: 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

14 out of 17 API elements (82.4 %) have documentation comments.

Some symbols that are missing documentation: at_app, at_app.AtCommandRunner, at_app.AtCommandRunner.AtCommandRunner.

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:at_app/at_app.dart that imports:
  • package:at_app/src/command_runner.dart that imports:
  • package:at_app/src/util/printer.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

INFO: Statements in an if should be enclosed in a block.

lib/src/util/cli/flutter.dart:45:7

   ╷
45 │       args.add('--android-language=$androidLanguage');
   │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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
args ^2.2.0 2.5.0 2.5.0
io ^1.0.3 1.0.4 1.0.4
logger ^1.0.0 1.4.0 2.2.0
path ^1.8.0 1.9.0 1.9.0
pub_cache ^0.3.1 0.3.2 0.3.2
pub_semver ^2.0.0 2.1.4 2.1.4
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.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
yaml - 3.1.2 3.1.2

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

The constraint `^1.0.0` on logger does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.22.2, Dart 3.3.3.

Check the analysis log for details.

159
likes
120
pub points
0%
popularity

Publisher

verified publisheratsign.org

A command line tool to help developers build an @ platform application.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, io, logger, path, pub_cache, pub_semver

More

Packages that depend on at_app