Code Monkey home page Code Monkey logo

whc_flutter_app's Introduction

whc_flutter_app

License Apache2.0

A complete flutter app with complete data interaction capabilities.

Provide learning advice for learning flutter development

一个完整的flutter app 并且带有完整的数据交互实现,各种常用组件的使用,封装(网络,banner,列表刷新,状态管理局部ui刷新。。。。)

app所使用数据接口文档地址:http://www.wuhaichao.com/api_doc/

android版本体验下载:https://fir.im/jlhu

react-native开源版本:https://github.com/netyouli/react-native-whcapp

Support: Android 5+ iOS 8.0+

App Architecture

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

所有包含的页面

routes: {
  '/': (context) => TabbarRoute(),
  'login': (context) => LoginRoute(),
  'register': (context) => RegisterRoute(),
  'forget': (context) => ForgetRoute(),
  'mylike': (context) => MyLoveRoute(),
  'didread': (context) => ReadRoute(),
  'mycollect': (context) => MyCollectRoute(),
  'feedback': (context) => FeedbackRoute(),
  'set': (context) => SetRoute(),
  'email': (context) => EmailRoute(),
  'mobile': (context) => MobileRoute(),
  'modifypsw': (context) => ModifyPswRoute(),
  'weekhot': (context) => WeekRoute(),
  'collectset': (context) => CollectSetRoute(),
  'activityoffline': (context) => ActivityOfflineRoute(),
  'column': (context) => ColumnRoute(),
  'web': (context, ) {
    var args = ModalRoute.of(context).settings.arguments as Map<String, String>;
    return WebRoute(title: args['title'], url: args['url'],);
  },
}

Screenshot

Contributing

Any good Suggestions or questions to ask or email

License

Apache License 2.0

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

whc_flutter_app's People

Contributors

netyouli 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.