A Star Wars Demo Flutter application.
- Have the flutter and dart sdk installed and properly configured.
Assuming that you have the Flutter already installed on your environment, if not check the Flutter Installation
- Install the Flutter plugin
- Get the dependencies using the AS or run the
flutter packages get
. - Run at the AS or using
flutter run
command.
- You will have to check if your editor has a flutter plugin in order to support it and Dart.
- Get the dependencies using the AS or run the
flutter packages get
. - It's required that you have any device or emulator properly configured to the next step, you can check it by running
flutter devices
and search for the device connected. - Run at the AS or using
flutter run
command.
For help getting started with Flutter, view our online documentation.