This is a Flutter project for create a login page for an application that showcases the beauty of women
To run this project you must have an environment configured and enabled to run Flutter, you can install these requirements through the website below:
- In your preferred terminal, clone the repository:
https://github.com/steniooliv/beauty_flutter.git
- Running the application:
# After the clone, enter the project folder
cd beauty_flutter
# Install all dependencies
flutter pub get
# Open the project in VSCode
code .
-
When a Flutter project is open in VS Code, you should see a set of Flutter specific entries in the status bar, including a Flutter SDK version and a device name (or the message No Devices):
-
If you don't have any emulator enabled, you can create a new AVD in Android Studio settings Set up the Android emulator
-
To run the application, select an emulator, and build the application using
CTRL + F5
(no debug) or justF5
to build with debug
This project is protected under the MIT License - see archive LICENSE.md for more details.