super_native_extensions_preview 0.5.0
super_native_extensions_preview: ^0.5.0 copied to clipboard
Low level interface various native APIs such as clipboard and Drag and Drop. Not meant to be used directly.
We analyzed this package 2 days ago, and awarded it 40 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: super_native_extensions_preview.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: super_native_extensions_preview, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
110 out of 387 API elements (28.4 %) have documentation comments.
Some symbols that are missing documentation: raw_clipboard, raw_clipboard.ClipboardReader, raw_clipboard.ClipboardReader.ClipboardReader.new, raw_clipboard.ClipboardReader.instance, raw_clipboard.ClipboardWriter.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/src/web/clipboard_api.dart:8:8
╷
8 │ import 'dart:js_util' as js_util;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/clipboard_api.dart
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/src/web/clipboard_writer.dart:2:8
╷
2 │ import 'dart:js_util';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/clipboard_writer.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
device_info_plus |
^9.0.2 |
9.1.2 | 12.3.0 | |
ffi |
^2.0.2 |
2.2.0 | 2.2.0 | |
irondash_engine_context |
^0.3.0 |
0.3.1 | 0.5.5 | |
irondash_message_channel |
^0.3.0 |
0.3.1 | 0.7.0 | |
js |
^0.6.4 |
0.6.7 | 0.7.2 | Discontinued |
meta |
^1.7.0 |
1.17.0 | 1.18.1 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
pixel_snap |
^0.1.2 |
0.1.5 | 0.1.5 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
file |
- | 7.0.1 | 7.0.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
win32 |
- | 5.15.0 | 6.0.0 | |
win32_registry |
- | 1.1.5 | 3.0.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^9.0.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^0.3.0` on irondash_engine_context does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions irondash_engine_context to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 7 errors:
URI_DOES_NOT_EXIST-lib/src/web/clipboard_api.dart:8:8- Target of URI doesn't exist: 'dart:js_util'.URI_DOES_NOT_EXIST-lib/src/web/clipboard_writer.dart:2:8- Target of URI doesn't exist: 'dart:js_util'.UNDEFINED_METHOD-lib/src/web/clipboard_writer.dart:27:26- The method 'jsify' isn't defined for the type 'ClipboardWriterImpl'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.