Parse m3u file into dart Map
More...
M3uUtils parse m3u file to dart Map
parse m3u file to dart Map
dart pub add m3u_utils
or
flutter pub add m3u_utils
final Map<String, dynamic> result = M3uParser.parse('m3u content in here')
API reference
unverified uploader
Repository (GitHub)View/report issues
BSD-3-Clause (license)
Packages that depend on m3u_utils
Back