#5430·flet

feature: Custom error page/handler

Author: FeodorFitsnerCreated Jul 8, 2025Updated Sep 3, 2026
Labelsenhancementfeature request

Flet currently has two kinds of errors:

  • Flutter rendering/runtime error which give "grey rectangle of death".
  • Python runtime errors which outputs full stack trace which might be insecure/unfriendly.

Flet must provide an ability to customize displaying of both kinds of errors.