One of the most popular features of Flutter is its extremely fast hot reload. During development, Flutter uses a JIT compiler that can reload and continue executing code usually in under a second . App state is retained across reloads whenever possible, so the app can continue from where it left off.