Android开发程序员笔试面试题交流Android技术知识

玩Android-Flutter客户端开发

2019-01-19  本文已影响11人  fancy_boy_石嘉成

前言

更新日志

V0.1.0_Release_(2019-01-19)

下载

App截图

image image image
image image image
image image image
image image image

App目录结构

  • |--lib
    • |-- api (接口和接口实现类)
    • |-- common (常量)
    • |-- event (Eventbus相关)
    • |-- model (数据请求实体类)
    • |-- net (网络请求库封装)
    • |-- ui (页面相关Page)
    • |-- utils (工具类)
    • |-- widget (自定义控件)
    • |-- main.dart (程序入口)

感谢

  1. 感谢鸿洋大神及玩Android官网提供的开放API
  2. 感谢pubspec.yaml中用到的所有开源库的作者。

开源库

版权声明

Copyright 2018 Shijiacheng

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
上一篇 下一篇

猜你喜欢

热点阅读