Flutter-Neumorphic icon indicating copy to clipboard operation
Flutter-Neumorphic copied to clipboard

code cleanup according to best practices.

Open coredeveloper opened this issue 5 years ago • 0 comments

  • import package:example replaced with proper references.
  • Scaffold.of(context, nullOk: true) used instead of unsupported Scaffold.maybeOf(context)

coredeveloper avatar Feb 06 '21 09:02 coredeveloper