项目作者: netyouli

项目描述 :
flutter whcapp Provide learning advice for learning flutter development Support: Android 5+ iOS 8.0+,一个完整的flutter app 并且带有完整的数据交互实现
高级语言: Dart
项目地址: git://github.com/netyouli/whc_flutter_app.git


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

  1. environment:
  2. sdk: ">=2.1.0 <3.0.0"
  3. dependencies:
  4. flutter:
  5. sdk: flutter

所有包含的页面

  1. routes: {
  2. '/': (context) => TabbarRoute(),
  3. 'login': (context) => LoginRoute(),
  4. 'register': (context) => RegisterRoute(),
  5. 'forget': (context) => ForgetRoute(),
  6. 'mylike': (context) => MyLoveRoute(),
  7. 'didread': (context) => ReadRoute(),
  8. 'mycollect': (context) => MyCollectRoute(),
  9. 'feedback': (context) => FeedbackRoute(),
  10. 'set': (context) => SetRoute(),
  11. 'email': (context) => EmailRoute(),
  12. 'mobile': (context) => MobileRoute(),
  13. 'modifypsw': (context) => ModifyPswRoute(),
  14. 'weekhot': (context) => WeekRoute(),
  15. 'collectset': (context) => CollectSetRoute(),
  16. 'activityoffline': (context) => ActivityOfflineRoute(),
  17. 'column': (context) => ColumnRoute(),
  18. 'web': (context, ) {
  19. var args = ModalRoute.of(context).settings.arguments as Map<String, String>;
  20. return WebRoute(title: args['title'], url: args['url'],);
  21. },
  22. }

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.