docs/contributing/issue_hygiene/Making-animated-GIFs-of-Flutter-apps.md
Animated GIFs are useful for documenting animations. Here's how to make them:
This feature is available on KitKat and later.
Make sure to launch the app using flutter run --release for faster performance.
Start recording video by running this command on the command line:
adb shell screenrecord /sdcard/recording.mp4
Interact with the app. When you are done you can terminate the recording with CTRL+c.
Pull the recording off the device and onto your local hard drive:
adb pull /sdcard/recording.mp4 ~/Downloads/