dart_unit_converter 0.0.1+2 dart_unit_converter: ^0.0.1+2 copied to clipboard
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.