An app to list your favorite places.
This project is a result of Flutter & Dart - The Complete Guide course.
Your Places | Empty New Place | New Place | Place Details |
---|---|---|---|
Launch the app, so you will see the place list. Tap the +
button to add a new place. On "Add new place" screen you will need to enter the place title, photo and location. You can tap any place from the list to open the details screen.
Open this project on Visual Studio Code editor (make sure Flutter plugin in installed), so press Ctrl+F5
(you need to connect a physical device or an emulator).
If you want to use the command line, navigate to this project folder and run the following command:
flutter run