Building a WhatsApp Clone in Flutter.

Overview

Flutter WhatsAppClone

Building a WhatsApp Clone in Flutter.

Show some ❤️ and star the repo to support the project

Screenshots

Watch the video tutorial on YouTube

Created & Maintained By

Pawan Kumar (@imthepk) (Youtube) (Insta)

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of

License

Copyright 2018 Pawan Kumar

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.

Getting Started

For help getting started with Flutter, view our online documentation.

Comments
  • Maintanence update

    Maintanence update

    • Update the project files to the flutter 1.20.2 stable.
    • Fix missing dependency story view.
    • Bump minSdkVersion as mentioned in camera plugin's setup instructions.
    opened by prasadsunny1 1
  • error in android manifest

    error in android manifest

    uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:camera] C:\Users\vinay\Desktop\flutterprojects\whats_app\build\camera\intermediates\library_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 21, or use tools:overrideLibrary="io.flutter.plugins.camera" to force usage (may lead to runtime failures)

    what could be the problem... and also i have changed the minSDKversion... but no changes...

    opened by vinayvishnu725 1
  • i have a error in this project

    i have a error in this project

    Running "flutter pub get" in mesenger...
    The current Flutter SDK version is 1.9.1+hotfix.6.

    Because mesenger depends on camera >=0.5.7+2 which requires Flutter SDK version >=1.10.0 <2.0.0, version solving failed. pub get failed (1)

    opened by androiddaniel 1
  • 项目运行不了

    项目运行不了

    我现在用的最新的studio和最新的dart flutter sdk ,在github上找的项目都打不开 报错都是这个,我点了packageget update都无反应,麻烦楼主看看

    Your application could not be compiled, because its dependencies could not be established. The following Dart file: E:\YangChi\githubDownLoad\FlutterApp\lib\official\OfficialNetWorkPage.dart ...refers, in an import, to the following library: package:http/http.dart That library is in a package that is not known. Maybe you forgot to mention it in your pubspec.yaml file?

    opened by YangSmallline 1
  • RangeError (index): Invalid value: Valid value range is empty: 0

    RangeError (index): Invalid value: Valid value range is empty: 0

    works on an ANDROID phone. But crashes when I try to use Camera on iPHONE X.

    in main.dart file:

    cameras = await availableCameras();

    When I print the cameras.length that result 0.

    I hope someone can help me.

    flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ flutter: The following RangeError was thrown building NotificationListener: flutter: RangeError (index): Invalid value: Valid value range is empty: 0 flutter: flutter: When the exception was thrown, this was the stack: flutter: #0 List.[] (dart:core/runtime/libgrowable_array.dart:141:60) flutter: #1 CameraScreenState.initState (package:flutter_what_app/pages/camera_screen.dart:23:44) flutter: #2 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3743:58) flutter: #3 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3609:5) flutter: #4 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2899:14) flutter: #5 Element.updateChild (package:flutter/src/widgets/framework.dart:2702:12) flutter: #6 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4646:14) flutter: #7 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2899:14) flutter: #8 Element.updateChild (package:flutter/src/widgets/framework.dart:2702:12) flutter: #9 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3645:16) flutter: #10 Element.rebuild (package:flutter/src/widgets/framework.dart:3487:5) flutter: #11 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3614:5) flutter: #12 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3609:5) flutter: #13 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2899:14) flutter: #14 Element.updateChild (package:flutter/src/widgets/framework.dart:2702:12) flutter: #15 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3645:16) flutter: #16 Element.rebuild (package:flutter/src/widgets/framework.dart:3487:5) flutter: #17 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3614:5) flutter: #18 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3609:5) flutter: #19 ParentDataElement.mount (package:flutter/src/widgets/framework.dart:3947:11) flutter: #20 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2899:14) flutter: #21 Element.updateChild (package:flutter/src/widgets/framework.dart:2702:12) flutter: #22 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3645:16) flutter: #23 Element.rebuild (package:flutter/src/widgets/framework.dart:3487:5) flutter: #24 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3614:5) flutter: #25 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3761:11) flutter: #26 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3609:5) flutter: #27 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2899:14) flutter: #28 Element.updateChild (package:flutter/src/widgets/framework.dart:2702:12) flutter: #29 SliverMultiBoxAdaptorElement.updateChild (package:flutter/src/widgets/sliver.dart:744:36) flutter: #30 SliverMultiBoxAdaptorElement.createChild. (package:flutter/src/widgets/sliver.dart:729:20) flutter: #31 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2214:19) flutter: #32 SliverMultiBoxAdaptorElement.createChild (package:flutter/src/widgets/sliver.dart:722:11) flutter: #33 RenderSliverMultiBoxAdaptor._createOrObtainChild. (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:254:23) flutter: #34 RenderObject.invokeLayoutCallback. (package:flutter/src/rendering/object.dart:1666:58) flutter: #35 PipelineOwner._enableMutationsToDirtySubtrees (package:flutter/src/rendering/object.dart:740:15) flutter: #36 RenderObject.invokeLayoutCallback (package:flutter/src/rendering/object.dart:1666:13) flutter: #37 RenderSliverMultiBoxAdaptor._createOrObtainChild (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:243:5) flutter: #38 RenderSliverMultiBoxAdaptor.insertAndLayoutLeadingChild (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:382:5) flutter: #39 RenderSliverFixedExtentBoxAdaptor.performLayout (package:flutter/src/rendering/sliver_fixed_extent_list.dart:184:31) flutter: #40 RenderObject.layout (package:flutter/src/rendering/object.dart:1570:7) flutter: #41 RenderViewportBase.layoutChildSequence (package:flutter/src/rendering/viewport.dart:285:13) flutter: #42 RenderViewport._attemptLayout (package:flutter/src/rendering/viewport.dart:1008:12) flutter: #43 RenderViewport.performLayout (package:flutter/src/rendering/viewport.dart:932:20) flutter: #44 RenderObject._layoutWithoutResize (package:flutter/src/rendering/object.dart:1445:7) flutter: #45 PipelineOwner.flushLayout (package:flutter/src/rendering/object.dart:709:18) flutter: #46 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding.drawFrame (package:flutter/src/rendering/binding.dart:270:19) flutter: #47 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:627:13) flutter: #48 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:208:5) flutter: #49 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15) flutter: #50 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9) flutter: #51 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:842:5) flutter: #52 _invoke (dart:ui/hooks.dart:120:13) flutter: #53 _drawFrame (dart:ui/hooks.dart:109:3) flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════ flutter: Another exception was thrown: 'package:flutter/src/rendering/sliver_multi_box_adaptor.dart': Failed assertion: line 215 pos 16: 'indexOf(child) > index': is not true. flutter: Another exception was thrown: 'package:flutter/src/rendering/sliver_multi_box_adaptor.dart': Failed assertion: line 215 pos 16: 'indexOf(child) > index': is not true. flutter: Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 2218 pos 20: '_debugCurrentBuildTarget == context': is not true. flutter: Another exception was thrown: RenderBox was not laid out: RenderRepaintBoundary#9b6a0 NEEDS-LAYOUT NEEDS-PAINT flutter: Another exception was thrown: RenderBox was not laid out: RenderErrorBox#cbb6d NEEDS-LAYOUT NEEDS-PAINT

    opened by linguanghua 1
  • Could not build the application for the simulator. Build failed

    Could not build the application for the simulator. Build failed

    Hi,

    I tried to clone the git into my directory and build it. Here is what I got:

    Xcode's output:
    
        error: Multiple commands produce
        '/Users/andreasditler/Savanton/Andi/bitbucket/FlutterWhatsAppClone/build/ios
        /Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework':
        1) Target 'Runner' has copy command from
        '/Users/andreasditler/Savanton/Andi/bitbucket/FlutterWhatsAppClone/ios/Flutt
        er/Flutter.framework' to
        '/Users/andreasditler/Savanton/Andi/bitbucket/FlutterWhatsAppClone/build/ios
        /Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework'
        2) That command depends on command in Target 'Runner': script phase “[CP]
        Embed Pods Frameworks”
        warning: ignoring duplicated output file:
        '/Users/andreasditler/Savanton/Andi/bitbucket/FlutterWhatsAppClone/build/ios
        /Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' in shell
        script build phase '[CP] Embed Pods Frameworks'. This warning represents an
        extremely serious project misconfiguration and will likely cause some shell
        scripts in your project to be skipped entirely, leading to other build
        failures or missing files in the build directory. This will be a hard error
        in the future. (in target 'Runner')
        note: Using new build systemnote: Planning buildnote: Constructing build
        description
    
    Could not build the application for the simulator.
    Error launching application on iPhone Xʀ.
    

    Flutter doctor is inconspicuous:

    MyMac:FlutterWhatsAppClone methylester$ flutter doctor
    Doctor summary (to see all details, run flutter doctor -v):
    [✓] Flutter (Channel stable, v1.9.1+hotfix.2, on Mac OS X 10.14.6 18G95, locale de-DE)
     
    [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    [✓] Xcode - develop for iOS and macOS (Xcode 10.3)
    [✓] Android Studio (version 3.5)
    [✓] VS Code (version 1.38.1)
    [✓] Connected device (1 available)
    
    • No issues found!
    
    
    opened by methylester 0
  • initialized' isn't defined for the class 'CameraValue'

    initialized' isn't defined for the class 'CameraValue'

    Compiler message: lib/pages/camera_screen.dart:39:27: Error: The getter 'initialized' isn't defined for the class 'CameraValue'.

    • 'CameraValue' is from 'package:camera/camera.dart' ('file:///Users/aa/development/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.2+2/lib/camera.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'initialized'. if (!controller.value.initialized) { ^^^^^^^^^^^ Compiler failed on /Users/aa/Desktop/FlutterWhatsAppClone-master/lib/main.dart

    FAILURE: Build failed with an exception.

    • Where: Script '/Users/aa/development/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 665

    • What went wrong: Execution failed for task ':app:compileflutterBuildDebugX86'.

    Process 'command '/Users/aa/development/flutter/bin/flutter'' finished with non-zero exit value 1

    • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

    • Get more help at https://help.gradle.org

    BUILD FAILED in 25s Finished with error: Gradle task assembleDebug failed with exit code 1

    opened by abdullahbasaran 0
  • app crash on changing tab

    app crash on changing tab

    when i switch from camera tab( 0 ) to chats tab( 1 ). this is fine. but when i change from tab 0 to 2nd or 3rd tab app crashes. can you suggest a solution.

    opened by sagarnayak 0
  • Works on android. Crashes on iPHONE 8.

    Works on android. Crashes on iPHONE 8.

    works on an ANDROID phone. But crashes when I try to use Camera on iPHONE 8.

    //======================================= Launching lib/main.dart on Vyiphone8 in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 38S4247WBZ Starting Xcode build... Xcode build done. Installing and launching... Traceback (most recent call last): File "", line 1, in File "/Users/vyoumans/anaconda2/lib/python2.7/copy.py", line 52, in import weakref File "/Users/vyoumans/anaconda2/lib/python2.7/weakref.py", line 14, in from _weakref import ( ImportError: cannot import name _remove_dead_weakref Syncing files to device Vyiphone8... Lost connection to device.

    bug 
    opened by vinceyoumans 0
  • Camera App working on emulator

    Camera App working on emulator

    Hi, I try to run your code but emulator camera not started. below shown output error. My Android version lollipop 5.2 and SDK version 21.

    W/LegacyRequestMapper( 2975): convertRequestMetadata - control.awbRegions setting is not supported, ignoring value W/LegacyMetadataMapper( 2975): convertAfModeToLegacy - ignoring unsupported mode 4, defaulting to fixed W/LegacyRequestMapper( 2975): convertRequestToMetadata - Ignoring android.lens.focusDistance false, only 0.0f is supported D/ ( 2975): HostConnection::get() New Host Connection established 0xb3cf1510, tid 2990 I/CameraDeviceState( 2975): Legacy camera service transitioning to state CAPTURING D/ ( 2975): HostConnection::get() New Host Connection established 0xae85a1a0, tid 2989

    opened by iamsaurabhgupta 0
  • while running code getting error

    while running code getting error

    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:143:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.

    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:151:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:161:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:171:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:181:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:191:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:201:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:211:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_platform_interface-2.1.0/lib/messages.dart:221:13: Error: The method 'setMockMessageHandler' isn't defined for the class 'BasicMessageChannel'.
    • 'BasicMessageChannel' is from 'package:flutter/src/services/platform_channel.dart' ('/C:/src/flutter/packages/flutter/lib/src/services/platform_channel.dart'). Try correcting the name to the name of an existing method, or defining a method named 'setMockMessageHandler'. channel.setMockMessageHandler((dynamic message) async { ^^^^^^^^^^^^^^^^^^^^^

    FAILURE: Build failed with an exception.

    • Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1005

    • What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'.

    Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

    • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    • Get more help at https://help.gradle.org

    BUILD FAILED in 58s Exception: Gradle task assembleDebug failed with exit code 1

    opened by supercool27 2
Owner
Pawan Kumar
GoogleDevExpert for Flutter, Firebase, Dart & Web Tech. Public Speaker, Blogger, Entrepreneur & YouTuber. Founder of MTechViral & Let's Flutter with Dart.
Pawan Kumar
Building a WhatsApp Clone in Flutter.

Flutter WhatsAppClone Building a WhatsApp Clone in Flutter. Show some ❤️ and star the repo to support the project Screenshots Watch the video tutorial

Pawan Kumar 1.5k Jan 7, 2023
Whats-App-Clone-UI-using-Flutter - WhatsApp Clone UI using Flutter

WhatsApp ?? Clone UI ?? using Flutter ?? Screenshots Links My Socials Youtube ch

AmirHossein Bayat 6 Dec 7, 2022
A WhatsApp clone build using Flutter and AWS Amplify DataStore

Whatsapp Clone using Amplify DataStore in Flutter About The Project Built With Flutter AWS Amplify DataStore Getting Started To get a local copy up an

GeekyAnts 35 Jan 4, 2023
Mobile and Desktop whatsapp clone with Flutter UI tool kit

Mobile and Desktop whatsapp clone with Flutter UI tool kit

Travis Okonicha 10 Oct 25, 2022
Whatsapp Clone App made with Flutter

Whatsapp Clone App made with Flutter

Yılmaz Yağız Dokumacı 11 Aug 26, 2022
WhatsApp is a cross-platform mobile appllication that provides an end-end encrypted instant messaging system And i build a clone of it with flutter.

whatsapp_clone Table of contents General info Youtube video Technologies Packages & libraries used Features Setup General info WhatsApp is a cross-pla

Imad Eddarraz 7 Dec 23, 2022
This is somehow the clone of some of the WhatsApp UI

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

Marcos Musafiri 1 Nov 11, 2021
Flutter Building LinkedIn Clone App responsive

Flutter LinkedIn Clone App Show some and star the repo to support the project Screenshots Web mobile Watch Flutter LinkedIn Clone App - Responsive com

Md Shazib Ahmed 2 Dec 2, 2021
Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework.

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework. for Android/ IOS/ Desktop/ Web

Swarup Bhanja Chowdhury 15 Nov 1, 2022
I cloned WhatsApp using flutter.

whatsapp_clone A new Flutter project. Run Mobile & Desktop $ Platform.isAndroid || Platform.isIOS ? Mobile() : MyHomePage(), In order to run your a

Ersan Güvenç 5 Dec 30, 2022
Redesenhando a UI do Whatsapp

WhatsappUI Redesenhando a UI do Whatsapp Comandos rodar na sua maquina Digitar o comando Flutter run Ou digitar o comando flutter get packages. Como c

EvandroArmando 1 Mar 23, 2022
A simple Whatsapp redesign dark mode concept based on UI Gradient Post on Instagram.

whatsapp_ui A simple Whatsapp redesign dark mode concept based on UI Gradient Post on Instagram.

António Pedro 13 Dec 16, 2022
Wordle-clone - A Wordle-clone built using Flutter

Wordle-clone The project consists of two applications : wordle_clone_api : Which

Aswin Gopinathan 2 Jan 25, 2022
Whatapp clone UI - WhatApp UI clone in flutter

whatapp clone in flutter WhatApp UI clone in flutter Getting Started

Neha Tanwar 4 Feb 6, 2022
Fashion App Clone - a clone app from Emre Altunbilek's Flutter Course

Fashion App Clone This is a clone app from Emre Altunbilek's Flutter Course. I am trying to clone UI and improve code.

Eren 5 Oct 2, 2022
A flutter app when dealing with building UIs with flutter Widgets for beginners

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

Trần Văn Nguyên 1 Nov 15, 2021
A minimalist Flutter framework for rapidly building custom designs.

Show some ❤️ and star the repo. VelocityX is a 100% free Flutter open-source minimalist UI Framework built with Flutter SDK to make Flutter developmen

Pawan Kumar 1.2k Jan 8, 2023
Building an app using AWS Amplify and Flutter

aws-amplify-flutter This repository is for building an app using AWS Amplify and Flutter. Module 0 - prerequisites [✓] Flutter (Channel stable, 2.5.3,

Adrian Mudzwiti 0 Oct 31, 2021