temperature_convertorchi 1.0.0 copy "temperature_convertorchi: ^1.0.0" to clipboard
temperature_convertorchi: ^1.0.0 copied to clipboard

This is a simple super temperature convertor for the best developers in the world!

example/temperature_convertorchi_example.dart

import 'package:temperature_convertorchi/temperature_convertorchi.dart';

void main() {
  // Convert Fahrenheit to Celsius
  double fahrenheit = 100;
  double celsius = TemperatureConvertorchi.toCelcius(fahrenheit);
  print('$fahrenheit°F is equal to $celsius°C');

  // Convert Celsius to Fahrenheit
  celsius = 0;
  fahrenheit = TemperatureConvertorchi.toFahrenheit(celsius);
  print('$celsius°C is equal to $fahrenheit°F');
}
0
likes
150
points
24
downloads

Publisher

verified publisherflutterwithakmaljon.uz

Weekly Downloads

This is a simple super temperature convertor for the best developers in the world!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on temperature_convertorchi