Giter VIP home page Giter VIP logo

avchat_flutter's Introduction

组织方式

项目集成

Flutter现行的大约有两种集成的方式

  • 源码集成
  • 产物集成

经过权衡,这里采用了产物集成的方法来集成Flutter

更换为源码依赖.

开发环境

➜ flutter --version
Flutter 1.9.1+hotfix.6 • channel stable 
Tools • Dart 2.5.0

项目结构

.
├── android     //Android
├── ios         //IOS
├── assets      //Flutter 的资源文件
│   ├── fonts   //字体
│   └── images  //图片
├── lib         //Flutter主项目
│   ├── api     //接口地址
│   ├── event   //EvnetBus 
│   ├── main.dart   //入口
│   ├── model   //模型
│   ├── resources   //常量
│   ├── routers //Router
│   ├── utils   //工具类
│   ├── widgets  //控件
│   └── views   //页面文件
├── pubspec.lock
└── pubspec.yaml    //依赖文件
 

开发规范

版本管理

master 不可推送,只可以pr

develop 日常开发目录

feature/xxx 个人开发分支,功能完成后合并回develop并且删除

其他待补充

avchat_flutter's People

Contributors

avdance avatar wangzhumo avatar

Watchers

 avatar  avatar

Forkers

qingjianmoxie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.