A Flutter mobile application that allows users to:
- Convert temperatures between Fahrenheit and Celsius
- View conversion results with 2 decimal precision
- Maintain a history of previous conversions
- Switch between conversion types (F to C or C to F)
- Clear conversion history with a floating action button
- Clean and intuitive user interface
- Real-time conversion
- Input validation
- Conversion history tracking
- Responsive design that works in both portrait and landscape modes
- Fahrenheit to Celsius: °C = (°F - 32) × 5/9
- Celsius to Fahrenheit: °F = (°C × 9/5) + 32