conveter 0.0.1 copy "conveter: ^0.0.1" to clipboard
conveter: ^0.0.1 copied to clipboard

You can use this packages for convert Temperature, Length, Weight and Liquid. Unit (meter,cm, km, mm, gram, kg, liter, ml, celsius, kelvin, fahrenheit )

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add conveter

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

dependencies:
  conveter: ^0.0.1

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:conveter/const.dart';
import 'package:conveter/Conveter.dart';
import 'package:conveter/Length.dart';
import 'package:conveter/Liquid.dart';
import 'package:conveter/Temperature.dart';
import 'package:conveter/Weight.dart';
4
likes
10
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

You can use this packages for convert Temperature, Length, Weight and Liquid. Unit (meter,cm, km, mm, gram, kg, liter, ml, celsius, kelvin, fahrenheit )

License

unknown (license)

Dependencies

flutter

More

Packages that depend on conveter