nocterm_bloc 1.0.4 copy "nocterm_bloc: ^1.0.4" to clipboard
nocterm_bloc: ^1.0.4 copied to clipboard

Terminal-friendly Bloc & Cubit helpers for nocterm.dev and related CLI apps.

90/ 160
pub points
114
downloads

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

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

236 out of 334 API elements (70.7 %) have documentation comments.

Some symbols that are missing documentation: nocterm_bloc.BlocBuilderBase.createElement, nocterm_bloc.BlocBuilderBase.key, nocterm_bloc.BlocConsumer.createElement, nocterm_bloc.BlocConsumer.key, nocterm_bloc.BlocEventSink.BlocEventSink.new.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Failed report section
Platform support
0 / 20trigger folding of the section

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

ERROR: '_InheritedProviderScopeElement.update' ('void Function(_InheritedProviderScope

lib/src/provider/src/inherited_provider.dart:452:8

    ╷
452 │   void update(_InheritedProviderScope<T> newComponent) {
    │        ^^^^^^
    ╵

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

INFO: The type parameter name 'T' matches a visible type name.

lib/src/provider/src/provider.dart:394:24

    ╷
394 │   static void Function<T>(T value)? debugCheckInvalidValueType = <T>(T value) {
    │                        ^
    ╵

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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
bloc >=9.0.0 9.2.1 9.2.1
collection >=1.19.1 1.19.1 1.19.1
meta >=1.18.1 1.18.3 1.18.3
nocterm >=0.5.0 0.7.0 0.7.0
Transitive dependencies
Package Constraint Compatible Latest Notes
ansi_escape_codes - 2.2.1 3.1.2
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
equatable - 2.0.8 2.0.8
ffi - 2.2.0 2.2.0
hotreloader - 4.4.0 4.4.0
image - 4.9.1 4.9.1
logging - 1.3.0 1.3.0
markdown - 7.3.1 7.3.1
matcher - 0.12.20 0.12.20
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
posix - 6.5.0 6.5.0
quiver - 3.2.2 3.2.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.12
typed_data - 1.4.0 1.4.0
vm_service - 15.2.0 15.2.0
watcher - 1.2.1 1.2.1
xml - 7.0.1 7.0.1
zmodem - 0.0.6 0.0.6

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.12.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
90
points
114
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherzoocityboy.space

Weekly Downloads

Terminal-friendly Bloc & Cubit helpers for nocterm.dev and related CLI apps.

Repository (GitHub)
View/report issues

Topics

#bloc #nocterm #state-management

License

MIT (license)

Dependencies

bloc, collection, meta, nocterm

More

Packages that depend on nocterm_bloc