string_reader 0.1.0 copy "string_reader: ^0.1.0" to clipboard
string_reader: ^0.1.0 copied to clipboard

The `String Reader` is an implementation of random access string readers for reading data from various data sources in various encodings.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add string_reader

With Flutter:

 $ flutter pub add string_reader

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

dependencies:
  string_reader: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:string_reader/string_reader.dart';
2
likes
160
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

The `String Reader` is an implementation of random access string readers for reading data from various data sources in various encodings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on string_reader