Working with Flutter

Container images

A good container image seems to be the instrumentisto/flutter image available from distributors like quary and docker hub

Getting a web server running

You can simply run the given code to run a web server model that you can access from your host computer via localhost:3000. With the --release tag being optional.

flutter run --release -d web-server --web-hostname=0.0.0.0 --web-port=3000

Good packages for flutter

Interesting Flutter sources

Android Sources

Android Design Toolkit

Windows

Windows Design Toolkit

Linux Sources

Packaging Apps

  • Flatpak packaging

Other sources

  • A copr repo for setting flutter up in fedora Which installs the SDK in the ~~/flutter~ folder