material-components / material-components-flutter-codelabs

Codelabs for Material Components for Flutter
212 stars 244 forks source link

MDC-101 - 4. Add TextField widgets #301

Open DenUP opened 5 months ago

DenUP commented 5 months ago

In the code example there is a very large indentation. Most likely there is a typo instead of const SizedBox( height: 12, ), it says 120

// TODO: Add TextField widgets (101) // [Name] TextField( decoration: const InputDecoration( filled: true, labelText: 'Username', ), ), // spacer const SizedBox(height: 120.0), // [Password] TextField( decoration: const InputDecoration( filled: true, labelText: 'Password', ), obscureText: true, ),

Снимок экрана 2024-04-09 в 03 06 01
wingsum93 commented 1 month ago

@DenUP could you suggest a workable flutter sdk version, i have try 2.10.x and 3.7.x and find it did not work.