website
                                
                                 website copied to clipboard
                                
                                    website copied to clipboard
                            
                            
                            
                        [PAGE ISSUE]: 'Write your first Flutter app, part 1'
Page URL
https://docs.flutter.dev/get-started/codelab/
Page source
https://github.com/flutter/website/tree/main/src/get-started/codelab.md
Describe the problem
Source code and instructions for Step 2 (using external package) are out of date, and inconsistent with the Hello World code that the user is instructed to copy from Step 1.
- 
 
- 
Inserting the Step 2 code after the corresponding lines from the Step 1 code results in an error in the child field.  
Expected fix
No response
Additional context
No response
/cc @domesticmouse
Just remove const from Center. Since Text uses a value which is not a const.

Step 2 doesn't have a const either at that line.