ResponsiveFramework icon indicating copy to clipboard operation
ResponsiveFramework copied to clipboard

Suggestion for minor code improvement

Open Eerey opened this issue 3 years ago • 0 comments

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.

Eerey avatar Apr 13 '22 13:04 Eerey