string_converter 0.0.4 copy "string_converter: ^0.0.4" to clipboard
string_converter: ^0.0.4 copied to clipboard

discontinued
outdated

This package enables you to easily convert string characters in many formats to their value.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add string_converter

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

dependencies:
  string_converter: ^0.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:string_converter/converter.dart';
import 'package:string_converter/convert/binary.dart';
import 'package:string_converter/convert/utf16.dart';
import 'package:string_converter/convert/utf32.dart';
import 'package:string_converter/convert/utf8.dart';
import 'package:string_converter/utf8/fromBinary.dart';
import 'package:string_converter/utf8/fromUTF.dart';
0
likes
40
pub points
3%
popularity

Publisher

unverified uploader

This package enables you to easily convert string characters in many formats to their value.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on string_converter