material-components / material-components-flutter-codelabs

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

The meta package is no longer needed to import to mark the properties as required #270

Closed hzmalix closed 2 years ago

hzmalix commented 2 years ago

Step 4 of the Codelab "MDC-104 Flutter: Material Advanced Components (Flutter)" states that The meta-package is imported in order to mark the properties @required. It's no longer required in the latest Flutter versions.

guidezpl commented 2 years ago

Thanks for flagging, this will be fixed later today