QuickConvert Flutter App
QuickConvert is a Flutter mobile application that allows users to quickly convert between different units of measurement. This app provides a simple and intuitive interface for performing conversions on the go.
Features:
- Convert between various units:
- Length (e.g., meters, feet, inches)
- Weight (e.g., kilograms, pounds, ounces)
- Temperature (e.g., Celsius, Fahrenheit)
- And more...
- User-friendly interface with real-time conversion updates.
Installation:
-
Clone the repository: git clone https://github.com/nishithaNsingh/quickconvert-flutter.git
-
Navigate to the project directory: cd quickconvert-flutter
-
Install dependencies: flutter pub get
Usage:
-
Run the application: flutter run
-
Select the units you want to convert from and to.
-
Enter the value to convert, and the app will display the converted result instantly.
Contributing: Contributions are welcome! If you'd like to contribute to QuickConvert, follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
Acknowledgments:
- Thanks to Flutter community for great tools and resources.