nop_flutter 2.0.0+1 copy "nop_flutter: ^2.0.0+1" to clipboard
nop_flutter: ^2.0.0+1 copied to clipboard

state manager, dependencies manager

0
likes
45/ 140
pub points
0%
popularity

We analyzed this package 21 hours ago, and awarded it 45 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

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

55 out of 664 API elements (8.3 %) 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.

Some symbols that are missing documentation: change_notifier, nav, nop_flutter, nop_flutter.AutoListenAddRemove, nop_flutter.AutoListenAddRemove.parent.

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 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:nop_flutter/nop_flutter.dart that imports:
  • package:nop_flutter/overlay.dart that imports:
  • package:nop_flutter/src/overlay/state_getter.dart that imports:
  • package:nop/utils.dart that imports:
  • package:nop/src/utils/option.dart that imports:
  • package:nop/event_queue.dart that imports:
  • package:nop/src/event_queue/task_queue.dart that imports:
  • package:nop/nop.dart that imports:
  • package:nop/isolate_event.dart that imports:
  • package:nop/src/isolate_event/sender_transfer_data.dart that imports:
  • dart:isolate
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

ERROR: The method 'isPopGestureInProgress' isn't defined for the type 'CupertinoRouteTransitionMixin'.

lib/src/navigation/slide_page_transition.dart:85:39

   ╷
85 │         CupertinoRouteTransitionMixin.isPopGestureInProgress(route);
   │                                       ^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The method 'copyWith' isn't defined for the type 'RouteSettings'.

lib/src/nop/route.dart:245:30

    ╷
245 │           settings: settings.copyWith(name: pathName, arguments: query));
    │                              ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/nop/route.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
collection ^1.15.0 1.18.0 1.18.0
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
nop ^0.0.2+1 0.0.4+1 0.1.0+1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

The constraint `^0.0.2+1` on nop does not support the stable version `0.1.0+1`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

0
likes
45
pub points
0%
popularity

Publisher

unverified uploader

state manager, dependencies manager

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, equatable, flutter, nop

More

Packages that depend on nop_flutter