Skip to content

Suggestion for minor code improvement #92

@Eerey

Description

@Eerey

Row 671 @responsive_wrapper.dart

    // Platform initialization requires context.
    setPlatform();

Just a small suggestion:
->> setPlatform(); could be moved to initState, because the context is retrievable there and it keeps the build method more clean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions