1 Star 0 Fork 0

栉风 / flutter-zmusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

zmusic

A music player for flutter that imitation netease cloud music.

TODO

  • ui
    • splash
    • login
    • home
    • ...
  • 全局
    • fish redux
    • i18n
    • theme
    • ...

注意事项

  • 本项目仅供学习使用,请尊重版权,请勿利用此项目从事商业行为
  • 网易云音乐api sdk已单独抽离到 flutter-netease-music-api

项目分包结构

- lib
    - app
        - splash                     首屏页
            _*.dart                  具体业务逻辑,外部不能直接调用
            z_api.dart               模块对外服务
            
        - login                      登录
            z_api.dart
            
        - home                       首页
            z_api.dart
            
    - common                         公共
        
    main.dart                        入口

约定

app目录中,每一个子目录代表一个独立模块,独立模块间不能直接调用代码,保证模块独立性。
如果模块间需要交互,通过各个模块中的z_api.dart对外暴露接口、方法、bean、常量等

flutter version

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, 1.21.0-6.0.pre.142, on Microsoft Windows [Version 10.0.18363.959], locale zh-CN)

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[√] Chrome - develop for the web
[√] Android Studio (version 4.0)
[√] VS Code (version 1.47.3)
[√] VS Code, 64-bit edition
[√] Connected device (2 available)
MIT License Copyright (c) 2020 hcanyz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

A music player for flutter that imitation netease cloud music. 网易云音乐 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/hcanyz/flutter-zmusic.git
git@gitee.com:hcanyz/flutter-zmusic.git
hcanyz
flutter-zmusic
flutter-zmusic
master

搜索帮助