samples
samples copied to clipboard
How to run platform_design?
Hi there,
flutter newbie here. I'm simply trying to launch the "platform_design" sample app. I'm getting an insane amount of errors. What did I do wrong?
Steps to reproduce:
- Cloning "flutter/samples"
- Opening "samples" as root folder in VSCode (also tried opening "./samples/platform_design" as root)
- selecting "./samples/platform_design/lib/main.dart"
- hitting run.
My other playground app that I've build from scratch runs fine. Dependencies listed in pubspec.yaml were installed.
Thanks for your patience and guidance in advance, Bernhard.
@BernhardSchlegel Please check and share the error at the VSCode's output screen,
My guess is if you are using old version of SDK then you will see the message "platform_design requires SDK version >=2.17.0-0 <3.0.0
if yes, 'flutter upgrade' will help you.
Closing out as stale