tiktok_scraper 0.0.9
tiktok_scraper: ^0.0.9 copied to clipboard
A Flutter package for scraping TikTok videos and user data, with features for generating links and validating usernames.
0.0.9 #
Enhanced #
- Added
fromJsonfactories toTiktokVideoandAuthormodels for better serialization support. - Introduced
TikTokExceptionfor cleaner and more specific error handling. - Updated minimum Flutter SDK version to
3.3.0.
Fixed #
- Fixed typo in
TiktokVideo.copyWithparameters (downloadUrl->downloadUrls). - Fixed runtime type errors in
getUserInfoandgetVideoInfoby properly casting map data.
0.0.8 #
Improved #
- Refactor TikTok video handling to support multiple download URLs and add scraping source options