Loading...
Found 1 Skills
Use when a Flutter app crashes at startup with a LateInitializationError or when widgets read a field before async init (database open, service wiring) completes. Add an init gate that renders a splash until initialized, an error screen with retry on failure, and guards against double-init.