youtube_explode_webview 0.0.2
youtube_explode_webview: ^0.0.2 copied to clipboard
Flutter plugin for youtube_explode_dar to allow decoding of youtube signatures via a webview.
This packages add flutter support to youtube_explode_dart signature dechipering.
import 'package:youtube_explode_webview/youtube_explode_webview.dart';
import 'package:youtube_explode_dart/youtube_explode_dart.dart';
void main() async {
final solver = await WebviewEJSSolver.init();
final yt = YoutubeExplode(jsSolver: solver);
// use yt instance.
}