outliner_view 0.2.4
outliner_view: ^0.2.4 copied to clipboard
A platform-agnostic Flutter outliner library with block-based editing, drag-and-drop reordering, and customizable rendering.
We analyzed this package 4 hours ago, and awarded it 55 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/nightscape/outliner_view was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/nightscape/outliner_view was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.2.4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
59 out of 168 API elements (35.1 %) have documentation comments.
Some symbols that are missing documentation: block, block.Block, block.Block.Block.create, block.Block.Block.fromJson, block.Block.Block.new.
10/10 points: Package has 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 94 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:outliner_view/models/block.freezed.dart'.
lib/models/block.dart:4:6
╷
4 │ part 'block.freezed.dart';
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/block.dart
ERROR: Target of URI hasn't been generated: 'package:outliner_view/models/block.g.dart'.
lib/models/block.dart:5:6
╷
5 │ part 'block.g.dart';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/block.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_hooks |
^0.20.5 |
0.20.5 | 0.21.3+1 | |
flutter_riverpod |
^2.6.1 |
2.6.1 | 3.4.3 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.1.0 | |
hooks_riverpod |
^2.6.1 |
2.6.1 | 3.4.3 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
uuid |
^4.5.1 |
4.6.0 | 4.6.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
riverpod |
- | 2.6.1 | 3.4.3 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.3 | 2.4.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.20.5` on flutter_hooks does not support the stable version `0.21.0`.
Try running dart pub upgrade --major-versions flutter_hooks to update the constraint.
The constraint `^2.6.1` on flutter_riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod 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 93 errors:
URI_DOES_NOT_EXIST-lib/models/block.dart:4:6- Target of URI doesn't exist: 'package:outliner_view/models/block.freezed.dart'.URI_HAS_NOT_BEEN_GENERATED-lib/models/block.dart:5:6- Target of URI hasn't been generated: 'package:outliner_view/models/block.g.dart'.REDIRECT_TO_NON_CLASS-lib/models/block.dart:20:8- The name '_Block' isn't a type and can't be used in a redirected constructor.
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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.