flutter / samples

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

Issue in : "https://github.com/flutter/samples/tree/main/provider_shopper" #2468

Open Fareesahmed opened 3 days ago

Fareesahmed commented 3 days ago

There is an issue in the file : "provider_shopper/lib/screens/catalog.dart"

Proposed changes : In line 61 and 62, Replaced WidgetStateproperty with MaterialStateproperty and Widgetstate with Materialstate

Reason : In Flutter, there are no classes called WidgetStateProperty or WidgetState.

erisanolasheni commented 3 days ago

@Fareesahmed please check the latest Flutter version: Widgetstate WidgetStateproperty