dart_unit_converter 0.0.1+2 copy "dart_unit_converter: ^0.0.1+2" to clipboard
dart_unit_converter: ^0.0.1+2 copied to clipboard

outdated

A data unit converter package.

Dart Unit Converter #

This package is for flexible data converting on Dart.

🎖 Installing #

dependencies:
  dart_unit_converter: ^0.0.1+2

⚡️ Import #

import 'package:dart_unit_converter/dart_unit_converter.dart';

🎮 How To Use #

  • Continous Data Convert
void useConverterFromByte() {
    final parsedValue = int.parse(controller.text);
    valueListener.value = converter.continousDataConvert(parsedValue);
}

🐛 Bugs/Requests #

❗️ Note #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

2
likes
0
points
8
downloads

Publisher

verified publishervarx.id

Weekly Downloads

A data unit converter package.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dart_unit_converter