srt_flutter_libs 1.0.0 copy "srt_flutter_libs: ^1.0.0" to clipboard
srt_flutter_libs: ^1.0.0 copied to clipboard

A extencion of srt_dart to offer the library libsrt to flutter. And a safe dispose/cleanup in lifecycle of the App

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add srt_flutter_libs

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

dependencies:
  srt_flutter_libs: ^1.0.0

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:srt_flutter_libs/main.dart';
0
likes
130
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A extencion of srt_dart to offer the library libsrt to flutter. And a safe dispose/cleanup in lifecycle of the App

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, srt_dart, web

More

Packages that depend on srt_flutter_libs

Packages that implement srt_flutter_libs