outliner_view 0.2.4 copy "outliner_view: ^0.2.4" to clipboard
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.

55/ 160
pub points
9
downloads

We analyzed this package 4 hours ago, and awarded it 55 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 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
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.

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

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
55
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A platform-agnostic Flutter outliner library with block-based editing, drag-and-drop reordering, and customizable rendering.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, flutter_hooks, flutter_riverpod, freezed_annotation, hooks_riverpod, json_annotation, uuid

More

Packages that depend on outliner_view