spinning_square.dart -> widgets/spinning_square.dart

This commit is contained in:
Ali Ghassemi 2016-05-20 13:53:18 -07:00
parent 53c86e0d94
commit 705b5d12ad

View File

@ -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
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:
`flutter run -t widgets/spinning_square.dart`