Giter VIP home page Giter VIP logo

fultter-example-app's Introduction

蘑菇碳的Flutter金融理财App

项目大部分都使用Flutter原生API来完成。喜欢请Star,尽量别 Fork。

项目预览

1 2 3 4
5 6 7 8
9 update search reorder
0

项目计划

  • ScreenUtil 屏幕适配
  • RouteSetting + 路由数据回传
  • 动画效果
  • 自定义App桌面 图标 + 名称
  • 无限轮播图
  • EventBus
  • koa2 + node 后台服务器
  • httpClient请求
  • Storage 保持登录状态
  • 解决页面切换重绘问题
  • 实现 webview
  • 下拉刷新 + 上拉加载
  • keepa-live && 缓存Widget
  • 搜索功能
  • App强制更新
  • Overlay 实现Toast提示
  • 局部路由
  • 拖动式排序
  • 页面侧滑回退
  • BLoC模式 实现状态管理
  • RxDart
  • 重写Flutter部分类
  • Bloc模式完善
  • node架构完善

目录结构

主目录:

  • assets:静态文件
  • back-end:mock数据

lib目录:

  • config:配置文件
  • constant:常量,枚举
  • domain:实体类
  • bloc:逻辑模块
  • page:页面
  • plugin:独立组件/插件
  • routes:路由
  • service:接口封装 + API地址
  • storage:LocalStorage方法
  • utils:工具类
  • view:可复用Widget

Node 后台:

  1. 安装node.js
  2. cd 到项目back-end目录下
  3. 控制台运行npm i
  4. 控制台运行node server.js
  5. 启动服务端成功
  6. 记得修改config文件下的 baseUrl

附: 如果是本地调试,baseUrl请使用IP + 端口

End 附:
  • BLoC模式
  • 不使用setState就能刷新页面
  • 在多个页面**享状态。

Flutter API文档

fultter-example-app's People

Contributors

zhongmeizhi avatar

Watchers

 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.