Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 736 Bytes

基于 flutter 开发网易云音乐 app 实战项目

已开发完成页面

开发总结

  • 歌单页面TabBar如何自定义(Stack + Padding)
  • 图片加载优化使用cached_network_image
  • Sliver系列组件里面写普通组件需要用 SliverToBoxAdapter 包裹,才能作为 CustomScrollView 的子组件