This project is part of a coding challenge hosted by the heyFlutter YouTube channel. The goal is to recreate the user interface featured in a dribble design, which you can view here. It's important to note that the challenge supplied only a single design image, leaving it to me to bring the concept to life. The image below serves as the exclusive resource provided for this challenge.
- Flutter SDK
- Dart
- Android Studio or Visual Studio Code
Clone the repository
git clone https://github.com/Justbeingjustin/plant-shop-flutter.git
Navigate to the project folder
cd plant-shop-flutter
Install dependencies
flutter pub get
Run the project
flutter run