slidy 4.0.4 copy "slidy: ^4.0.4" to clipboard
slidy: ^4.0.4 copied to clipboard

CLI package manager, template for Flutter and Pipeline (scripts). Generate Modules, Pages, Widgets, BLoCs, MobX, Triple and more.

248
likes
110/ 140
pub points
85%
popularity

We analyzed this package 4 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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

151 out of 215 API elements (70.2 %) have documentation comments.

Some symbols that are missing documentation: slidy, slidy.FindCommand, slidy.FindCommand.FindCommand, slidy.FindCommand.find, slidy.FindCommand.invocationSuffix.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:slidy/slidy.dart that imports:
  • package:slidy/src/modules/template_generator/presentation/start_command.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:slidy/slidy.dart that imports:
  • package:slidy/src/modules/template_generator/presentation/start_command.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:slidy/slidy.dart that imports:
  • package:slidy/src/modules/template_generator/presentation/start_command.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Linux`.

Because:

  • package:slidy/slidy.dart that imports:
  • package:slidy/src/modules/template_generator/presentation/start_command.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:slidy/slidy.dart that imports:
  • package:slidy/src/modules/template_generator/presentation/start_command.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 55 issues. Showing the first 2:

WARNING: Unnecessary type check; the result is always 'true'.

lib/src/core/services/yaml_edit/src/source_edit.dart:82:9

   ╷
82 │     if (json is Map) {
   │         ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/services/yaml_edit/src/source_edit.dart

WARNING: The operand can't be null, so the condition is always 'false'.

lib/src/core/services/yaml_edit/src/utils.dart:47:65

   ╷
47 │   if (value is num || value is String || value is bool || value == null) {
   │                                                                 ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/services/yaml_edit/src/utils.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
ansicolor ^2.0.1 2.0.2 2.0.2
args ^2.1.0 2.4.2 2.4.2
collection ^1.14.11 1.18.0 1.18.0
dart_console ^1.0.0 1.2.0 1.2.0
fhir_yaml ^0.4.0 0.4.2 0.9.0
file ^6.1.0 6.1.4 7.0.0
fpdart ^0.2.0 0.2.0 1.1.0
http ^0.13.2 0.13.6 1.2.1
io ^1.0.0 1.0.4 1.0.4
meta ^1.1.8 1.12.0 1.12.0
modular_core ^2.0.3+1 2.0.3+1 3.3.2
path ^1.8.2 1.9.0 1.9.0
pub_api_client ^2.2.1 2.4.0 2.7.0
recase ^4.0.0 4.1.0 4.1.0
rxdart ^0.26.0 0.26.0 0.27.7
source_span ^1.7.0 1.10.0 1.10.0
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
matcher - 0.12.16+1 0.12.16+1
modular_interfaces - 2.0.2 3.0.0
oauth2 - 2.0.2 2.0.2
pub_semver - 2.1.4 2.1.4
pubspec - 2.3.0 2.3.0
quiver - 3.2.1 3.2.1
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.0
typed_data - 1.3.2 1.3.2
uri - 1.0.0 1.0.0
win32 - 5.3.0 5.3.0

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

Found 6 issues. Showing the first 2:

The constraint `^0.4.0` on fhir_yaml does not support the stable version `0.5.0`.

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

The constraint `^6.1.0` on file does not support the stable version `7.0.0`.

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

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.

248
likes
110
pub points
85%
popularity

Publisher

verified publisherflutterando.com.br

CLI package manager, template for Flutter and Pipeline (scripts). Generate Modules, Pages, Widgets, BLoCs, MobX, Triple and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

ansicolor, args, collection, dart_console, fhir_yaml, file, fpdart, http, io, meta, modular_core, path, pub_api_client, recase, rxdart, source_span, yaml

More

Packages that depend on slidy