This Flutter app provides a user-friendly interface for converting temperatures between Celsius and Fahrenheit. Users can select the desired conversion direction, enter a temperature value, and get the converted result displayed with two decimal places of precision. The app also maintains a conversion history for easy reference.
- Supports both Celsius-to-Fahrenheit and Fahrenheit-to-Celsius conversions.
- User-friendly radio buttons for selecting the conversion type.
- Input field for entering the temperature value.
- Displays the converted temperature with clear formatting.
- Maintains a conversion history for tracking past conversions.
- Responsive design adapts to portrait and landscape orientations.
- Open the app on your device or emulator.
- Select the desired conversion type (Celsius to Fahrenheit or Fahrenheit to Celsius) using the radio buttons.
- Enter a temperature value in the input field.
- Tap the "Convert" button.
- The converted temperature will be displayed, rounded to two decimal places.
- Conversions are automatically added to the history list below.
- Flutter: The core framework for building the app as well as Dart.
- Flutter Material: Provides the UI components and design principles.
- C++
- Swift
We encourage contributions to improve this app. Feel free to fork the repository, make changes, and submit pull requests.