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

discontinued

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.5

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/octal.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/utils/base/utf8_to_any_base.dart';
import 'package:string_converter/utils/utf16/utf8_to_utf16.dart';
import 'package:string_converter/utils/utf32/utf8_to_utf32.dart';
import 'package:string_converter/utils/utf8/binary_to_utf8.dart';
import 'package:string_converter/utils/utf8/octal_to_utf8.dart';
import 'package:string_converter/utils/utf8/utf_to_utf8.dart';
0
likes
40
pub points
49%
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