tiktok_dl 1.0.3 copy "tiktok_dl: ^1.0.3" to clipboard
tiktok_dl: ^1.0.3 copied to clipboard

package to get media info from tiktok.

example/tiktok_dl_example.dart

import 'package:tiktok_dl/tiktok_dl.dart';

void main(List<String> args) async {
  final TikTok tikTok = TikTok();
  final result = await tikTok.getDownload(
      "https://www.tiktok.com/@jooj/video/7168489924587654406?is_copy_url=1&is_from_webapp=v1");
  print(result);
}
3
likes
120
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

package to get media info from tiktok.

Homepage

License

MIT (license)

Dependencies

html, http

More

Packages that depend on tiktok_dl