A new Flutter project.
- 1.https://github.com/fython/BilibiliAPIDocs
- 2.https://github.com/SocialSisterYi/bilibili-API-collect
- flutter create --org com.example --template=plugin flutter_plugin
- --org 设置组织名 , 即 Android 中的包名 ;
- --template 设置当前创建的工程类型 , plugin 表示 Flutter 插件包;
- flutter_plugin 表示插件包的名称;
- 如: flutter create --org com.jack --template=plugin f_net_go