# flutter_washing_machine **Repository Path**: SuperWindcloud/flutter_washing_machine ## Basic Information - **Project Name**: flutter_washing_machine - **Description**: Flutter 智能洗衣机的动画模拟 - **Primary Language**: Dart - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-22 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flutter 智能洗衣机 ![Flutter smart washing machine app](https://github.com/pawlik92/flutter_whirlpool/raw/master/doc/img/main.png) ## About project 已经更新到flutter 3.24.2 , dart 3.5.2 , forget2D 最新版本 该应用程序是基于这个伟大的 UI 概念编写的:https://dribbble.com/shots/11018635-Washing-machine ## Screenshots ![Washing machine GIF 1](https://github.com/pawlik92/flutter_whirlpool/raw/master/doc/img/1.gif) ![Washing machine GIF 2](https://github.com/pawlik92/flutter_whirlpool/raw/master/doc/img/2.gif) ![Washing machine GIF 3](https://github.com/pawlik92/flutter_whirlpool/raw/master/doc/img/3.gif) ![Washing machine GIF 4](https://github.com/pawlik92/flutter_whirlpool/raw/master/doc/img/4.gif) ## Build from source ``` flutter pub get or dart pub get /// flutter devices 查看可用设备 flutter run -d chrome or flutter run -d emulator-5554 or flutter run -d windows flutter build apk or flutter build windows ```