A Mobile Application providing you the complete solution for all things in and out of the wool market. Whether you are a buyer or a wool producer looking to sell wool, this app is for you.
Total Time Spend on Project (By @bharambtr2002) :
- Introduction
- Features
- Prerequisites
- Installation
- Running the App
- Building for Production
- Contributing
Farm2Fabric is a comprehensive mobile application designed to streamline and simplify the wool market for both buyers and sellers. It offers a platform to connect wool producers directly with buyers, providing real-time market information and facilitating seamless transactions.
- Browse wool products
- Post wool for sale
- Real-time market updates
- User-friendly interface
- Secure transactions
Before you begin, ensure you have met the following requirements:
- You have installed Flutter
- You have a compatible IDE such as Android Studio or Visual Studio Code
- You have a working internet connection
Follow these steps to set up the project locally:
- Clone the repository
git clone https://github.com/yourusername/farm2fabric.git
- Navigate to the project directory
cd farm2fabric
- Install the dependencies
flutter pub get
- Connect a device or start an emulator
- Run the app
flutter run
To build the app for production, use the following command:
flutter build apk --release
For iOS:
flutter build ios --release
Contributions are always welcome! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request