This project is a UI challenge(HeyFlutter Coding Challenge) inspired by the "Plants Shop App UI" concept designed by Madhu Mia. The UI inspiration link can be found on Dribbble at Plants Shop App UI.
The Flutter Plant UI project aims to replicate and implement the UI design concept provided by Madhu Mia as a functional user interface using Flutter framework. The UI design showcases a minimalist and modern plant shop application.
Please note that this project documentation only covers the UI implementation. Backend functionality, data retrieval, and other related features are not included in this project.
The key technologies used in this Flutter project are:
- Flutter framework for building cross-platform applications
- Dart programming language for coding the UI logic
To set up and run the Flutter Plant UI project, follow these steps:
-
Ensure that you have Flutter SDK installed on your machine. If not, refer to the Flutter documentation for installation instructions.
-
Clone the project repository:
git clone https://github.com/mrnpro/ui_challenge.git
- Navigate to the project directory:
cd ui_challenge
- Fetch the project dependencies:
flutter pub get
- run app
flutter run
The plant_data.dart serves as a mock data provider for the plant listings in the app. It contains a list of plants.