All Projects → shijiacheng → Wanandroid_flutter

shijiacheng / Wanandroid_flutter

Flutter完整项目,玩Android-Flutter版客户端。

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Wanandroid flutter

Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-32.63%)
Mutual labels:  flutter-apps, material-design
Pokemonapp
Pokemon App with animations and beautiful UI
Stars: ✭ 228 (+20%)
Mutual labels:  flutter-apps, material-design
Flutterexampleapps
[Example APPS] Basic Flutter apps, for flutter devs.
Stars: ✭ 15,950 (+8294.74%)
Mutual labels:  flutter-apps, material-design
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+20206.32%)
Mutual labels:  flutter-apps, material-design
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-53.16%)
Mutual labels:  flutter-apps, material-design
Flutter gank
Flutter版 干货集中营
Stars: ✭ 60 (-68.42%)
Mutual labels:  flutter-apps, material-design
Grocery App
Flutter Grocery Shopping App (Mobile App, Web App) - Want to develop similar solutions for your business? Connect with us - [email protected] Or just submit an inquiry we will connect with you within 24 hours - https://forms.gle/L9EBUnSasYcUAn8Q9
Stars: ✭ 563 (+196.32%)
Mutual labels:  flutter-apps, material-design
Fluttertictactoe
Build Tic Tac Toe Game in Flutter
Stars: ✭ 98 (-48.42%)
Mutual labels:  flutter-apps, material-design
Flutter kart
Sample flutter project based on udmey tutorial
Stars: ✭ 174 (-8.42%)
Mutual labels:  flutter-apps, material-design
Dotsindicator
Three material Dots Indicators for view pagers in Android !
Stars: ✭ 2,447 (+1187.89%)
Mutual labels:  material-design
Frideos flutter
An all-in-one Fllutter package for state management, reactive objects, animations, effects, timed widgets etc.
Stars: ✭ 187 (-1.58%)
Mutual labels:  flutter-apps
Flutter Task App
Flutter Task UI (Dribbble)
Stars: ✭ 180 (-5.26%)
Mutual labels:  flutter-apps
React Material Components Web
React wrapper of Google's Material Components Web
Stars: ✭ 184 (-3.16%)
Mutual labels:  material-design
Home Panel
A web frontend for controlling the home.
Stars: ✭ 185 (-2.63%)
Mutual labels:  material-design
Materialprogressbar
Material Design ProgressBar with consistent appearance
Stars: ✭ 2,145 (+1028.95%)
Mutual labels:  material-design
Elegantdialog
A beautiful, customizable and interactive dialog for Android written in Kotlin/Java 😍
Stars: ✭ 189 (-0.53%)
Mutual labels:  material-design
Flutter wallet app
Wallet app built in flutter
Stars: ✭ 179 (-5.79%)
Mutual labels:  flutter-apps
Preact Mdl
💥 A collection of Preact Components that encapsulate Google's Material Design Lite.
Stars: ✭ 179 (-5.79%)
Mutual labels:  material-design
Wanna
💡✔ Wanna is an implementation of a 21st-century to-do list app.
Stars: ✭ 189 (-0.53%)
Mutual labels:  material-design
Foodapp
Flutter Food APP Desing
Stars: ✭ 189 (-0.53%)
Mutual labels:  flutter-apps

玩Android-Flutter客户端

前言

  • 这是一款使用Flutter编写的,MaterialDesign风格的WanAndroid客户端应用
  • 这是一个可以用来入门Flutter的项目,我用了两周的晚上时间完成了第一个版本的开发
  • 项目完全开源,欢迎Star&Fork,有问题请提交Issues,个人项目,请勿商用

更新日志

V0.1.0_Release_(2019-01-19)

  • 完成首页、知识体系、公众号、导航、项目、搜索等各个页面。
  • 采用MD风格的设计,拥有较好的项目结构,比较规范的代码和封装。
  • 支持日间和夜间模式的无感切换。
  • 暂不支持用户注册和登录、收藏等功能。

下载

  • Android Apk下载:点击下载V0.1.0

  • 扫描二维码下载

  • 暂不支持IOS版本下载,请自行clone项目代码运行。

App截图

App目录结构

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

感谢

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

开源库

关于作者

帝都Android程序员,初识Flutter~

图片名称图片名称图片名称

版权声明

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].