Commit 705b5d12 authored by Ali Ghassemi's avatar Ali Ghassemi

spinning_square.dart -> widgets/spinning_square.dart

parent 53c86e0d
...@@ -56,7 +56,7 @@ USB and debugging enabled on that device. ...@@ -56,7 +56,7 @@ USB and debugging enabled on that device.
You can also specify a particular Dart file to run if you want to run an example You can also specify a particular Dart file to run if you want to run an example
that doesn't have a `lib/main.dart` file using the `-t` command-line option. For that doesn't have a `lib/main.dart` file using the `-t` command-line option. For
example, to run the `spinning_square.dart` example in the [examples/layers](examples/layers) example, to run the `widgets/spinning_square.dart` example in the [examples/layers](examples/layers)
directory on a connected Android device, from that directory you would run: directory on a connected Android device, from that directory you would run:
`flutter run -t widgets/spinning_square.dart` `flutter run -t widgets/spinning_square.dart`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment