Skip to content

Typo: “three” instead of “tree” in GetRoot exception message #3378

Description

@2Math0

The Bug Description

There is a typo in an exception message within the get package.
The error message currently reads:
"GetRoot is not part of the three"
It should say:
"GetRoot is not part of the tree"


To Reproduce

Steps to reproduce:
1. Use GetMaterialApp
2. Trigger navigation logic that tries to access Get.rootDelegate before GetRoot is attached
3. Observe the exception thrown
4. The error message includes the incorrect word: “three”


Expected behaviour

The message should read "GetRoot is not part of the tree"

Follow this

throw Exception('GetRoot is not part of the three');

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions