interaction_manager 0.7.0 copy "interaction_manager: ^0.7.0" to clipboard
interaction_manager: ^0.7.0 copied to clipboard

package that allows display of dialogs from non UI code

2
likes
100/ 140
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 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

5/5 points: Provide a valid CHANGELOG.md

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

18 out of 66 API elements (27.3 %) have documentation comments.

Some symbols that are missing documentation: interaction_manager, interaction_manager.InteractionConnector, interaction_manager.InteractionConnector.InteractionConnector, interaction_manager.InteractionConnector.child, interaction_manager.InteractionManager.showNetworkConfigurationDialog.

10/10 points: Package has 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:interaction_manager/interaction_manager.dart that imports:
  • package:interaction_manager/src/interaction_manager.dart that imports:
  • package:interaction_manager/src/dialog_builders/message_dialog.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: The variable name 'UserNameValidator' isn't a lowerCamelCase identifier.

lib/src/dialog_builders/login_dialog.dart:78:13

   ╷
78 │       final UserNameValidator = dlgConfig.usernameValidator ??
   │             ^^^^^^^^^^^^^^^^^
   ╵

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

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/src/dialog_builders/message_dialog.dart:24:12

   ╷
24 │     return WillPopScope(
   │            ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dialog_builders/message_dialog.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
flutter flutter 0.0.0 0.0.0
flutter_platform_widgets ^2.0.0 2.2.6 6.1.0
get_it ^6.0.0 6.1.1 7.7.0
lint ^1.5.3 1.10.0 2.3.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
cupertino_icons - 1.0.8 1.0.8
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.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.

Found 3 issues. Showing the first 2:

The constraint `^2.0.0` on flutter_platform_widgets does not support the stable version `3.0.0`.

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

The constraint `^6.0.0` on get_it does not support the stable version `7.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

2
likes
100
pub points
0%
popularity

Publisher

unverified uploader

package that allows display of dialogs from non UI code

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_platform_widgets, get_it, lint

More

Packages that depend on interaction_manager