• Introduction
  • Upgrading an existing project
  • Step 0: Ensure flutter is up to date
  • Step 1: Create a new project with the new template
  • Step 2: Merge over your Flutter UI code
  • Step 3: Synchronize AndroidManifest.xml
  • Step 4: Synchronize pubspec.yaml
  • Step 5: Move icon resources, and other resources as applicable
  • Step 6: Move over iOS code if applicable
  • Step 7: Validate you can build, and clean-up
  • Working with the project after upgrading