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

A highly customizable thermometer widget for Flutter apps. features dual scales (Celsius/Fahrenheit), custom colors, gradients, and animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_thermometer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  custom_thermometer: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:custom_thermometer/custom_thermometer.dart';
3
likes
150
points
115
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable thermometer widget for Flutter apps. features dual scales (Celsius/Fahrenheit), custom colors, gradients, and animations.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_thermometer