Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

CiyLei/flutter_kugou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_kugou

学习Flutter,模仿做个酷狗

lib/component/net/net_util.dart 中添加你的酷狗登录的 cookie

Response response = await Dio().get(url, queryParameters: params, options: Options(headers: {
      "Cookie" : "你的登录cookie"
    }));

Image text Image text Image text Image text Image text Image text