flutter_bloc_cli 1.0.1 copy "flutter_bloc_cli: ^1.0.1" to clipboard
flutter_bloc_cli: ^1.0.1 copied to clipboard

CLI tool for rapidly scaffolding Flutter projects with BLoC architecture and code generation.

8
likes
130/ 160
pub points
41%
popularity

We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):

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

1 out of 198 API elements (0.5 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: bloc_create_command, bloc_create_command.BlocCreateCommand, bloc_create_command.BlocCreateCommand.BlocCreateCommand, bloc_create_command.BlocCreateCommand.createPage, bloc_create_command.BlocCreateCommand.execute.

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 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:flutter_bloc_cli/flutter_bloc_cli.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:flutter_bloc_cli/flutter_bloc_cli.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:flutter_bloc_cli/flutter_bloc_cli.dart that declares support for platforms: Windows, Linux, macOS.
OK
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest
dart_style ^2.3.6 2.3.6 2.3.6
dcli ^3.4.0 3.4.0 4.0.1
process_run ^0.14.2 0.14.2 0.14.2
pubspec ^2.3.0 2.3.0 2.3.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 68.0.0 72.0.0
_macros - 0.1.0 0.1.0
analyzer - 6.5.0 6.7.0
archive - 3.6.1 3.6.1
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
chunked_stream - 1.4.2 1.4.2
circular_buffer - 0.11.0 0.11.0
clock - 1.1.1 1.1.1
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
csv - 5.1.1 6.0.0
dart_console2 - 3.1.1 3.1.1
dcli_core - 3.4.0 4.0.0
equatable - 2.0.5 2.0.5
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
functional_data - 1.2.0 1.2.0
glob - 2.1.2 2.1.2
globbing - 1.0.0 1.0.0
ini - 2.1.0 2.1.0
intl - 0.18.1 0.19.0
json2yaml - 3.0.1 3.0.1
lists - 1.0.1 1.0.1
logging - 1.2.0 1.2.0
macros - 0.1.0-main.0 0.1.2-main.3
matcher - 0.12.16+1 0.12.16+1
meta - 1.15.0 1.15.0
mime - 1.0.5 1.0.5
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
posix - 6.0.1 6.0.1
pub_semver - 2.1.4 2.1.4
pubspec_lock - 3.0.2 3.0.2
pubspec_manager - 1.0.0 1.0.0
quiver - 3.2.1 3.2.1
scope - 4.1.0 4.1.0
settings_yaml - 8.0.1 8.1.0
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
strings - 3.1.1 3.1.1
sum_types - 0.3.5 0.3.5
synchronized - 3.1.0+1 3.1.0+1
system_info2 - 4.0.0 4.0.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.2
typed_data - 1.3.2 1.3.2
unicode - 0.3.1 0.3.1
uri - 1.0.0 1.0.0
uuid - 4.4.0 4.4.0
validators2 - 5.0.0 5.0.0
watcher - 1.1.0 1.1.0
win32 - 4.1.4 5.5.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 `^3.4.0` on dcli does not support the stable version `4.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.6, Dart 3.4.3.

Check the analysis log for details.

8
likes
130
pub points
41%
popularity

Publisher

unverified uploader

CLI tool for rapidly scaffolding Flutter projects with BLoC architecture and code generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_style, dcli, process_run, pubspec

More

Packages that depend on flutter_bloc_cli