glutter-dev-team / glutter

A mutli-platform app for easy-to-use remote control of your Linux servers built with Flutter and Glances.
https://glutter.de
Other
2 stars 1 forks source link

DRY-Prinzip auf Widgets anwenden #34

Closed HeLau1337 closed 4 years ago

HeLau1337 commented 4 years ago

Beispiel: profile_create_screen.dart und profile_edit_screen.dart enthalten dieselben Formulare, die aber aktuell unabhängig von einander doppelt erzeugt werden.

https://medium.com/coding-with-flutter/flutter-the-power-of-small-and-reusable-widgets-7649e3b0bca2