Welcome to Virtual Garden, a Flutter application designed to help you cultivate and manage your digital garden!
- Flutter: Framework for building natively compiled applications for mobile, web, and desktop from a single codebase.
- Dart: Programming language used in Flutter development.
- Hive: Lightweight and fast key-value database for storing app data locally.
- Open Weather API: API for accessing weather data to provide real-time weather information in the app.
- Adobe Photoshop: Graphics editing software used for designing app assets.
- Visual Studio Code: Integrated development environment (IDE) used for Flutter app development.
- Manage Your Plants: Create and manage your personalized digital garden space.
- Manage Plants: Add, remove, and manage different plants in your garden.
- Weather Integration: Real-time weather updates for your location.
Follow these steps to get the app running on your local machine:
- Install Flutter: Flutter Installation Guide
- Set up Visual Studio Code or any preferred IDE for Flutter development.
-
Clone the Repository:
git clone https://github.com/your-username/virtual-garden.git
-
Open Project in IDE
-
Get Dependencies
Run this code in the terminal:
flutter pub get
-
Run the app
Connect a device/emulator and run the app using:
flutter run
-
Create your personal garden
Once the app is running, start exploring and creating your virtual garden!