A simple Flutter application that converts USD (United States Dollar) to BDT (Bangladeshi Taka). This app provides a clean and user-friendly interface for quick currency conversion. ๐ซ
- ๐ต Convert USD to BDT in real-time
- ๐ฏ Clean and intuitive user interface
- โ Input validation for numbers
- ๐ Displays result with proper formatting
- ๐ฆ Flutter SDK (2.0 or higher)
- ๐ฏ Dart SDK (2.12 or higher)
- ๐ป Android Studio or VS Code with Flutter extensions
- Clone this repository:
git clone https://github.com/siraajul/currency_converter.git
- Navigate to the project directory:
cd currency_converter
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- ๐ฑ Launch the app
- ๐ฒ Enter the amount in USD in the input field
- ๐ Press the "Convert" button
- ๐ View the converted amount in BDT
- ๐ Support for more currencies
- ๐ Live exchange rate updates
- ๐ Currency conversion history
- ๐ Offline support
- ๐จ Theme customization
Contributions are welcome! Please feel free to submit a Pull Request. โญ
This project is licensed under the MIT License - see the LICENSE file for details. ๐