material-components / material-components-flutter-codelabs

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

backwardsCompatibility is deprecated #271

Closed kcbrewron closed 2 years ago

kcbrewron commented 2 years ago

The project at the beginning utilizes the backwardsCompatibility functions and android studio has flagged that these are deprecated and should be replaced with systemOverlayStyle: SystemUiOverlayStyle.dark,

guidezpl commented 2 years ago

Fixed, to be published later today.