Skip to content

documentation: Error in the FocusNode example #98665

@albertodev01

Description

@albertodev01

In the FocusScope documentation page there in an error in the dispose method:

@override
  void dispose() {
    super.dispose(); // <-- this should go last
    backdropNode.dispose();
    foregroundNode.dispose();
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listd: examplesSample code and demosframeworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions