Giter Site home page Giter Site logo

base_flutter_template's Introduction

base_flutter_template

A new Flutter template project.

项目结构

android                           // android
build                             // 编译后的文件
ios                               // ios
lib
  |-- common                      // 公共配置
  |-- components                  // 公共组件目录 
  |-- models                      // 公共 model 数据
    |-- global_model.dart         // 公共 model 文件 可以多个
  |-- pages                       // 页面容器组件
    |-- home                      // 业务组件文件夹
      |-- home_api.dart           // 业务接口请求 api
      |-- home_model.dart         // 业务数据 model
      |-- home_view_model.dart    // 业务数据处理 viewModel
      |-- home_view.dart          // 业务页面 引入 viewModel
      |-- home.dart               // 业务页面
  |-- provider                    // 全局 provider viewModel
  |-- routes                      // 路由
  |-- services                    // 公共接口请求 api
  |-- tabs                        // 全局 tabs
  |-- utils                       // 工具
    |-- request.dart              // 请求工具类
    |-- tools.dart                // 常用工具类
  |-- main                        // 主入口
.gitignore
pubspec.yaml                      // 包
README.md  

base_flutter_template's People

Watchers

 avatar  avatar

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.