# flutter_wan_android **Repository Path**: zhanwp/flutter_wan_android ## Basic Information - **Project Name**: flutter_wan_android - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flutter_Wan_Android A new Flutter application. - 一款Flutter + redux为架构的[WanAndroid](https://www.wanandroid.com/blog/show/2)客户端 [贴一张很形象的图](https://juejin.im/post/5ba26c086fb9a05ce57697da) ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/redux_example.png) ## ScreenShot - ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/wan_android_one.gif) - ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/wan_android_two.gif) - ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/wan_android_three.gif) - ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/wan_android_four.gif) - ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/wan_android_five.gif) - ![](https://github.com/HappyGhostz/flutter_wan_android/raw/master/screen_shot/wan_android_six.gif) ## Environment ```markdown [✓] Flutter (Channel stable, v1.17.5, on Mac OS X 10.14.6 18G6020, locale en) • Flutter version 1.17.5 at /Users/xxx/flutter • Framework revision 8af6b2f038 (3 weeks ago), 2020-06-30 12:53:55 -0700 • Engine revision ee76268252 • Dart version 2.8.4 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • Android SDK at /Users/xxx/Library/Android/sdk • Platform android-29, build-tools 29.0.3 • ANDROID_HOME = /Users/xxx/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted. [!] Xcode - develop for iOS and macOS (Xcode 10.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.2, Build version 10E125 ✗ Flutter requires a minimum Xcode version of 11.0.0. Download the latest version or update via the Mac App Store. • CocoaPods version 1.8.4 [✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 47.1.2 • Dart plugin version 193.7361 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] IntelliJ IDEA Community Edition (version 2019.2.3) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin version 40.1.4 • Dart plugin version 192.6817.14 [✓] VS Code (version 1.47.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.7.1 ``` ## Install - [Android APK](https://github.com/HappyGhostz/flutter_wan_android/blob/master/apk/wan-android-release.apk) - [iOS]额,自己编译吧,本人iOS书还没看完😂 ## Thanks - [WanAndroid](https://www.wanandroid.com/index) - [Flutter](https://flutter.dev/) - [flutter_redux](https://github.com/brianegan/flutter_redux) - [All-Dependencies](https://github.com/HappyGhostz/flutter_wan_android/blob/master/pubspec.yaml) - [可爱的同行们]() ## License ```markdown MIT License Copyright (c) 2020 HappyGhostz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```