Requirements - Flutter SDK should be present + VSCode
-
Clone Project.
-
Open Terminal in VSCode in root folder of project and run
flutter pub get -
Run app with by pressing F5 on VSCode.
-
Enjoy.
.
├── ...
├── lib/
│ ├── presentation/
├── widgets/
├── brand_image.dart
├── custom_text_button.dart
├── custom_textfield.dart
└── login_button.dart
├── login_page.dart
│ ├── theme/
├── style.dart
│ ├── assets.dart
│ ├── main.dart
└── README.md
Made with a lot of ❤️❤️ by @ V.Hermann

