This document summarizes a Flutter Meetup presentation on internationalization in Flutter apps. It outlines a 3 step process for internationalization: 1) extracting string resources to ARB files, 2) generating localized string Dart files from the ARB files, and 3) implementing the localized strings in the main app code. It also includes information about the speaker and links for contact.