preface

  • This is a MaterialDesign-style WanAndroid client application written using Flutter
  • This is a project that can be used to get started with Flutter. I completed the first version of Flutter in two weeks of evenings
  • The project is completely open source, welcome Star&Fork, please submit Issues, personal project, do not commercial

Update log

V0.1.0 _Release_ (2019-01-19)

  • Complete the home page, knowledge system, public account, navigation, projects, search and other pages.
  • MD style design, with a better project structure, more standard code and packaging.
  • Support daytime and night mode insensitive switching.
  • User registration, login, and favorites are not supported.

download

  • Android Apk download: Click to download V0.1.0

  • Download

  • IOS version download is not supported, please clone the project code to run.

App screenshots

App directory structure

  • |–lib
    • | – an interface and interface implementation class (API)
    • | – common (constant)
    • | – event (Eventbus related)
    • | – model (data request entity class)
    • | – net (network request library encapsulation)
    • | – UI related Page (Page)
    • | – utils (tools)
    • | – widget (custom controls)
    • | – main. The dart (entrance)

Thank you

  1. Thanks to Hongyang Dashen and play Android official website to provide open API.
  2. Thanks to the authors of all the open source libraries used in Pubspec.yaml.

Open source library

  • cupertino_icons

  • flutter_swiper

  • flutter_webview_plugin

  • dio

  • shared_preferences

  • fluttertoast

  • event_bus

About the author

I am an Android programmer in Beijing. I have first learned about Flutter

Copyright statement

Copyright 2018 Shijiacheng

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except inThe 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 toin 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.
Copy the code