over_react_codemod 2.38.0 copy "over_react_codemod: ^2.38.0" to clipboard
over_react_codemod: ^2.38.0 copied to clipboard

Codemods for consumers of over_react that automate the migration of UI component code.

120/ 160
pub points
126
downloads

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

Failed report section
Follow Dart file conventions
20 / 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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

0 out of 0 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Linux

  • ✓ macOS

  • ✓ Windows

These platforms are not supported:

Android

Cannot assign Android automatically to a binary only package.

iOS

Cannot assign iOS automatically to a binary only package.

Web

Cannot assign Web automatically to a binary only package.

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

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

Found 82 issues. Showing the first 2:

WARNING: The declaration '_resetPubspecLock' isn't referenced.

lib/src/dart3_suggestors/required_props/collect/package/pub.dart:35:14

   ╷
35 │ Future<void> _resetPubspecLock(Directory directory) async {
   │              ^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/dart3_suggestors/required_props/collect/package/pub.dart

WARNING: Unused import: '../dart3_suggestors/null_safety_prep/callback_ref_hint_suggestor.dart'.

lib/src/executables/null_safety_prep.dart:24:8

   ╷
24 │ import '../dart3_suggestors/null_safety_prep/callback_ref_hint_suggestor.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
analyzer ^5.0.0 5.13.0 14.1.0
args ^2.2.0 2.7.0 2.7.0
codemod ^1.0.1 1.2.1 1.2.1
collection ^1.15.0 1.19.1 1.19.1
file ^6.1.2 6.1.4 7.0.1
glob ^2.0.1 2.1.3 2.1.3
io ^1.0.0 1.0.5 1.0.5
json_annotation ^4.8.0 4.12.0 4.12.0
logging ^1.0.1 1.3.0 1.3.0
meta ^1.16.0 1.19.0 1.19.0
package_config ^2.1.0 2.2.0 3.0.0
path ^1.8.0 1.9.1 1.9.1
pub_semver ^2.0.0 2.2.0 2.2.0
source_span ^1.8.1 1.10.2 1.10.2
w_transport ^5.2.1 5.4.4 5.4.4
yaml ^3.1.0 3.1.3 3.1.3
yaml_edit ^2.0.0 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 61.0.0 105.0.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
cli_config - 0.2.0 0.2.0
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
coverage - 1.15.1 1.15.1
crypto - 3.0.7 3.0.7
fluri - 2.0.6 2.0.6
frontend_server_client - 4.0.0 4.0.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
intl - 0.20.3 0.20.3
js - 0.6.7 0.7.2 Discontinued
matcher - 0.12.16+1 0.12.20
mime - 2.0.0 2.0.0
node_preamble - 2.0.2 2.0.2
pool - 1.5.2 1.5.2
quiver - 3.2.2 3.2.2
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 2.0.1 3.0.0
sockjs_client_wrapper - 1.5.0 1.5.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.13 0.10.13
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test - 1.25.8 1.31.2
test_api - 0.7.3 0.7.13
test_core - 0.6.5 0.6.19
test_descriptor - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
vm_service - 14.3.1 15.3.0
w_common - 4.0.0 4.0.0
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.1

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

Found 3 issues. Showing the first 2:

The constraint `^5.0.0` on analyzer does not support the stable version `6.0.0`.

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

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

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

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.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
126
downloads

Documentation

API reference

Publisher

verified publisherworkiva.com

Weekly Downloads

Codemods for consumers of over_react that automate the migration of UI component code.

Repository (GitHub)
View/report issues
Contributing

License

unknown (license)

Dependencies

analyzer, args, codemod, collection, file, glob, io, json_annotation, logging, meta, package_config, path, pub_semver, source_span, w_transport, yaml, yaml_edit

More

Packages that depend on over_react_codemod