https://github.com/ahmedghaly15/plant-app-ui
https://github.com/ahmedghaly15/plant-app-ui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedghaly15/plant-app-ui
- Owner: ahmedghaly15
- Created: 2023-04-19T19:50:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T23:09:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:49:31.988Z (4 months ago)
- Language: Dart
- Size: 944 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plant-App-UI
Plant App is a beautifully designed UI Flutter app that is perfect for plant enthusiasts. With a simple and intuitive interface, Plant App makes it easy to explore and learn about different plants.
The app consists of two screens - the Home screen and the Details screen. The Home screen provides a list of plants that you can browse through. Each plant is accompanied by a beautiful image and basic information such as the plant's name and price.
If you want to learn more about a particular plant, simply click on it to be taken to the Details screen. Here, you'll find more detailed information about the plant, including its scientific name, care instructions, and additional images.
With Plant App, you can easily discover and learn about new plants, making it the perfect app for both beginners and experienced plant enthusiasts. The app's simple and intuitive design makes it easy to use, and the beautiful images make browsing through the plants a joy.
## Contents
- [Preview](#preview)
- [App Structure](#app-structure)
- [Getting Started](#getting-started)## Preview
https://github.com/ahmedghaly15/Plant-App-UI/assets/108659381/12d7a5d0-5401-41c4-8110-6b1da990f9dd
## App Structure
```
lib
├── models
│
├── screens
│
├── shared
│
└── main.dart```
## Getting Started
This project is a plant store UI.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.