A simple Flutter app that converts USD to INR with a sleek UI and real-time calculations.
β
Convert USD to INR instantly
β
Clean and responsive UI
β
Input validation with error handling
β
Optimized for smooth user experience
- Flutter (Dart)
- Material UI Components
- State Management (setState)
- Clone the repository:
git clone https://github.com/CrypticEnigmaX/CurrencyConverter.git
- Navigate to the project directory:
cd CurrencyConverter - Install dependencies:
flutter pub get
- Run the app:
flutter run
- Enter the amount in USD.
- Click the Convert button.
- View the converted amount in INR.
- Fetch real-time exchange rates via an API
- Add support for multiple currencies
- Implement dark mode
Pull requests are welcome! Feel free to improve the project.
This project is licensed under the MIT License.