m3u_nullsafe 1.0.4 copy "m3u_nullsafe: ^1.0.4" to clipboard
m3u_nullsafe: ^1.0.4 copied to clipboard

Simple Dart tool to parse M3U and M3U_Plus files from a string or document string.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add m3u_nullsafe

With Flutter:

 $ flutter pub add m3u_nullsafe

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

dependencies:
  m3u_nullsafe: ^1.0.4

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:m3u_nullsafe/m3u_nullsafe.dart';
18
likes
110
pub points
76%
popularity

Publisher

unverified uploader

Simple Dart tool to parse M3U and M3U_Plus files from a string or document string.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on m3u_nullsafe