flutter / samples

A collection of Flutter examples and demos
https://flutter.github.io/samples/
Other
17.12k stars 7.5k forks source link

Roll new changes into `package:mdc_web` then update in samples_index #1472

Open parlough opened 1 year ago

parlough commented 1 year ago

We currently have to override the sass dependency due to a previous issue with Material Components Web which the fix for has not yet rolled into package:mdc_web. Due to changes in modern sass versions, we also have to restrict sass_builder to an old version.

We should incorporate the new changes into package:mdc_web, then update the packages here and remove the necessary overrides.

domesticmouse commented 1 year ago

The last publish date of mdc_web is 2 years ago, according to https://pub.dev/packages/mdc_web

@johnpryan are you in a place to do this work?