I think you should specify on how to use 3rd bullet to change to flutter_widgets directory before running flutter create .
- Fork this project.
- Rename the directory to "flutter_widgets" or something with all_lowercase_and_underscore. (Unfortunately Flutter doesnt like CamelCases)
- In your terminal**,
cd flutter_widgets and then** run flutter create . This will create the android and iOS projects for you.
- Run in your emulator or simulator.
Also, there is an expect issue running test/widget_tests.dart . Runs fine when I run lib/main.dart Here is what Visual Code complains. Any ideas?

Finally, this is a great demo and playground. Do you have any doc recommendations I can follow as to how the widgets are organized and relate to each other. In other words something like a Widget organization chart and how one widget can be a child of another widget. At least for some of the most common widgets that would be very helpful.
Thanks!
I think you should specify on how to use 3rd bullet to change to flutter_widgets directory before running
flutter create .cd flutter_widgetsand then** run flutter create . This will create the android and iOS projects for you.Also, there is an expect issue running test/widget_tests.dart . Runs fine when I run lib/main.dart Here is what Visual Code complains. Any ideas?
Finally, this is a great demo and playground. Do you have any doc recommendations I can follow as to how the widgets are organized and relate to each other. In other words something like a Widget organization chart and how one widget can be a child of another widget. At least for some of the most common widgets that would be very helpful.
Thanks!