offset_iterator_persist 0.0.20 copy "offset_iterator_persist: ^0.0.20" to clipboard
offset_iterator_persist: ^0.0.20 copied to clipboard

Persistence extension for offset_iterator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offset_iterator_persist

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

dependencies:
  offset_iterator_persist: ^0.0.20

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

Import it

Now in your Dart code, you can use:

import 'package:offset_iterator_persist/offset_iterator_persist.dart';