novident_nodes 1.1.2 copy "novident_nodes: ^1.1.2" to clipboard
novident_nodes: ^1.1.2 copied to clipboard

An internal Novident package for export common Nodes

1.1.2 #

  • Fix: moving node operations has not implemented NodeChange events.
  • Feat: added childrenLevel getter, that allow us know what should be the children level.
  • Chore(breaking changes): removed non used properties in canMoveTo.

1.1.1 #

  • Fix: cannot use canMoveTo correctly because it's returning false always.
  • Fix: insertion methods and related won't work by unconfigurable canMoveTo.
  • Chore(test): added tests to avoid error with ancestor checking in a swap operation.

1.1.0 #

  • Feat: added verticalMove() method, to allow moving Nodes between the Tree.
  • Feat: added NodeCollector mixin to allow collecting Nodes.
  • Feat: added static methods canMoveTo and verticalMove into Node class.
  • Fix: jumpToParent isn't passing stopAt property to its owners.
  • Chore: removed unnecessary mustCallSuper annotation for owner, id, level, jumpToParent, and index getters.
  • Chore: added mustCallSuper to notify() method.
  • Chore: deprecated atRoot getter and replaced by isAtRootLevel.
  • Chore: implemented default functions for NodeVisitor and NodeCollector into Node to avoid unnecessary implementation in leaf nodes. Only NodeContainer overrides the implementation to include its children.

1.0.5 #

  • Fix: moveNode() never move node since is comparing parent index instead Node child index.
  • Chore(BREAKING CHANGES): changed return Node type in jumpToParent() method to be NodeContainer type.

1.0.4 #

  • Fix: propagate property in notify method is true by default.

1.0.3 #

  • Feat: improved updating, notifying and moving Nodes API #2

1.0.2 #

  • Chore: added tests for nodes.
  • Fix: recursive toJson() calls in NodeDetails.
  • Fix: bad type comparations in owner setter into Node class.

1.0.1 #

  • Fix: Node levels not updating on insertion/addition #1.

1.0.0 #

  • First release
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

An internal Novident package for export common Nodes

Repository (GitHub)
View/report issues

Topics

#novident #tree #nodes #internal

Documentation

Documentation

License

unknown (license)

Dependencies

collection, flutter, meta, uuid

More

Packages that depend on novident_nodes