From AnimatedGrid running:
flutter create --sample=widgets.AnimatedGrid.1 mysample
The sample code does not find the AnimatedGrid
. What is missing?
Running flutter analyze
or flutter run
shows following messages:
From AnimatedGrid running:
flutter create --sample=widgets.AnimatedGrid.1 mysample
The sample code does not find the AnimatedGrid
. What is missing?
Running flutter analyze
or flutter run
shows following messages:
2
Answers
Related Issue: Stable documentation contains widgets that do not appear in the stable channel
AnimatedGridState
is provided byfirestore_ui
package, add it onpubspec.yaml
.And import it on that file. It isn’t adding on
pubspec.yaml
while generating the project.