Flutter Projekt für Deployment exportieren
% cd Projektordner/Pfad
% flutter channel
% flutter devices
IDE restart
% flutter run
% flutter build web
//optional: % flutter create –platforms web .
% cd Projektordner/Pfad
% flutter channel
% flutter devices
IDE restart
% flutter run
% flutter build web
//optional: % flutter create –platforms web .