Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Temperature Converter

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

Features

  • Clean and intuitive user interface
  • Real-time conversion
  • Input validation
  • Conversion history tracking
  • Responsive design that works in both portrait and landscape modes

Formulas Used

  • Fahrenheit to Celsius: °C = (°F - 32) × 5/9
  • Celsius to Fahrenheit: °F = (°C × 9/5) + 32

About

Temperature Converter developed using flutter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages