Flutter UI challenge (with Box2D physic)- Smart washing machine app

Overview

Flutter UI Challenge- SMART Washing Machine

Flutter smart washing machine app

About project

The application was written based on this great UI concept: https://dribbble.com/shots/11018635-Washing-machine

Many thanks to Dimest, for allowing me to write an application based on his concept. I encourage you to check out the rest of his great arts: https://dribbble.com/Dimest

App in action

Washing machine GIF 1 Washing machine GIF 2 Washing machine GIF 3 Washing machine GIF 4

Follow me

If you want to be informed about new projects, follow me on Instagram or Twitter

Dev

To build application, you need to install Flutter (1.17+). You can find help here: https://flutter.dev/docs/get-started/install

The balls simulation is conducted using the Box2D physic engine.

Tips

In settings, you can switch to dark mode and turn off "metaball effect".

How to disable metaball

You might also like...

Flutter Smart Admin Panel & Dashboard

Flutter Smart Admin Panel & Dashboard

πŸ”₯ πŸ”₯ Smart Admin Panel & Dashboard Flutter Web Smart Admin & Panel Dashboard with flutter UI kit. Support ⭐️ If you want to access the backend(Fireba

Dec 25, 2022

Flutter example project to run Solidity smart contracts using web3Dart library

Flutter example project to run Solidity smart contracts using web3Dart library

Fluthereum Description Flutter example project to run Solidity smart contracts using web3Dart library Dependencies web3dart: A dart library that conne

Dec 27, 2022

Concepts used Flutter layout,State management, Blockchain integration, Http api integration, Smart contracts

HS_CryptoCoin_Wallet First project using Flutter with Blockchain Getting Started This project is a starting point for a Flutter application. A few res

Dec 23, 2021

Flutter Modular - A smart project structure

Flutter Modular - A smart project structure

Flutter Modular Getting started with Modular flutter_modular Documentation flutter_modular_test Documentation modular_codegen Documentation Features a

Jan 5, 2023

Transform your smart devices to intelligent communicators.

Transform your smart devices to intelligent communicators.

Donna According to a survey of 601 people, 57.9 % of participants experienced communication difficulties, with 23.5 % reporting severe difficulties. O

Dec 19, 2022

A Dart library with a solution to use smart enums

Smart Enums Author: Jop Middelkamp A package that can help you create 'smarter' enums that could be extended with some domain logic. Usage final bestF

Oct 1, 2022

A bot to swap instantly tokens using PancakeSwap smart contracts

Swap Pancake Bot Swap Pancake Bot foi feito para fazer swaps instantΓ’neos sem ne

Jan 6, 2022

This is the my first App (Day 01 - 30 day everyday app challenge)

This is the my first App (Day 01 - 30 day everyday app challenge)

inspiration_app This My first app of the 30 Day everyday app challenge Instagram : https://www.instagram.com/deverflu/ Screen shot of the execution: S

Oct 20, 2021

A Flutter application for Muslims that help them challenge and motivate themselves and their friends to read Azkar in a fun way.

A Flutter application for Muslims that help them challenge and motivate themselves and their friends to read Azkar in a fun way.

A Flutter application for Muslims that help them challenge and motivate themselves and their friends to read Azkar in a fun way.

Oct 30, 2022
Comments
  • Because every version of flutter_test from sdk depends on quiver 2.0.5 and flutter_whirlpool depends on quiver 2.1.3, flutter_test from sdk is forbidden.

    Because every version of flutter_test from sdk depends on quiver 2.0.5 and flutter_whirlpool depends on quiver 2.1.3, flutter_test from sdk is forbidden.

    [flutter_whirlpool] flutter pub get Running "flutter pub get" in flutter_whirlpool...
    Because every version of flutter_test from sdk depends on quiver 2.0.5 and flutter_whirlpool depends on quiver 2.1.3, flutter_test from sdk is forbidden.

    So, because flutter_whirlpool depends on flutter_test any from sdk, version solving failed. pub get failed (1; So, because flutter_whirlpool depends on flutter_test any from sdk, version solving failed.) exit code 1

    opened by jwxiaoming 3
  • Hello, very like your app, is very good. I met a bug, the app can display normal, but can't see the water, also can't see the water in the rotation, to quote the following error:

    Hello, very like your app, is very good. I met a bug, the app can display normal, but can't see the water, also can't see the water in the rotation, to quote the following error:

    Hello, very like your app, is very good. I met a bug, the app can display normal, but can't see the water, also can't see the water in the rotation, to quote the following error:

    ======== Exception caught by rendering library ===================================================== The following assertion was thrown during paint(): RenderBox was not laid out: RenderClipOval#2745f 'package:flutter/src/rendering/box.dart': Failed assertion: line 1930 pos 12: 'hasSize'

    Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new?template=2_bug.md

    opened by guolidaxian 2
  • RenderBox was not laid out: RenderClipOval#734c9

    RenderBox was not laid out: RenderClipOval#734c9

    Hi, thanks for this wonderful App! but the washing machine drum doesn't seem to be rendering for me, and I seem to be facing an exception. I am running it on an Android 10 device with Flutter 2.0.1

    Error: ════════ Exception caught by rendering library ═════════════════════════════════ RenderBox was not laid out: RenderClipOval#370c4 'package:flutter/src/rendering/box.dart': Failed assertion: line 1940 pos 12: 'hasSize'

    The relevant error-causing widget was ClipOval lib\…\washing_machine\washing_machine_case.dart:89 The following RenderObject was being processed when the exception was fired: RenderClipOval#370c4 RenderObject: RenderClipOval#370c4 needs compositing parentData: (can use size) constraints: BoxConstraints(w=217.0, h=217.0) size: MISSING child: _WhirlpoolRenderObject#a64b9 NEEDS-PAINT needs compositing parentData: (can use size) constraints: BoxConstraints(w=217.0, h=217.0) size: MISSING ════════════════════════════════════════════════════════════════════════════════

    Please let me know if this is a known bug or a fix exists? Thanks!

    opened by saurabhchalke 0
Owner
Tomasz Pawlikowski
Flutter | Angular | .NET
Tomasz Pawlikowski
Drishti is an open-source cross-platform mobile application project at Incubate Nepal that incorporates Machine Learning and Artificial Intelligence

Drishti is an open-source cross-platform mobile application project at Incubate Nepal that incorporates Machine Learning and Artificial Intelligence to help visually impaired people recognize different currency bills and perform daily cash transactions more effectively. We plan to expand Drishti to other applications like Short Text and Document Reading in the future.

Drishti Nepal 23 Oct 8, 2022
Aplikasi Android konsultasi dokter dan vending machine

doctor_apps A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Heri Nur Alim 1 Nov 11, 2021
A library for finite state machine realization

A library for finite state machine realization in Dart. Inspired by Tinder StateMachine library. Usage A simple usage example (using dfunc library for

Kirill Bubochkin 6 Dec 6, 2021
Machine learning algorithms in Dart programming language

Machine learning algorithms for Dart developers What is the ml_algo for? The main purpose of the library is to give native Dart implementation of mach

Ilya Gyrdymov 134 Jan 4, 2023
Smart course app built in flutter.

flutter_smart_course Smart course app is built in flutter. App design is based on Smart Course designed by Nugraha Jati Utama Screenshots Android Home

Sonu Sharma 627 Jan 3, 2023
Easy to use open source Hub πŸ•ΈοΈ to control your smart devices from one app.

CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is

CyBear Jinni 26 Nov 23, 2022
Easy to use open source Hub πŸ•ΈοΈ to control your smart devices from one app.

CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is

CyBear Jinni 13 Jul 22, 2021
This is a smart farming app which helps farmers to remotely monitor their crop and take necessary actions. It also has a feature called disease detection.

Smart-Farming-App This is a smart farming app which helps farmers to remotely monitor their crop and take necessary actions. It has features called di

Nihar Shah 2 Jul 9, 2022
A smart Diet and Fitness App

studio_projects A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

null 1 Oct 25, 2021
Smart Home Controlling App

wifi_smart_home_five Hinox Wifi Smart Home App Getting Started This project is a starting point for a Flutter application. A few resources to get you

Hiloliddin 1 Nov 10, 2021