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

Player-agnostic A-B section looping for audio apps. Loop a named part of a track on any player, with the seek-storm and queue-stall bugs handled.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add section_loop

With Flutter:

 $ flutter pub add section_loop

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

dependencies:
  section_loop: ^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:section_loop/section_loop.dart';
0
likes
160
points
60
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Player-agnostic A-B section looping for audio apps. Loop a named part of a track on any player, with the seek-storm and queue-stall bugs handled.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on section_loop