A Messenger UI built in Flutter

Overview

A chat messenger

Chat Messenger built in Flutter

Getting Started

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

Compatibility

  • Android
  • iOS

Author

Written by ME. You can find me on Twitter.

Getting started with flutter

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

You might also like...

modern e-commerce store built in flutter with help of GetX.

modern e-commerce store built in flutter with help of GetX.

Shoe Commerce Modern looking shoe store app built in flutter and help of GetX :) Design source: https://www.figma.com/community/file/11473970061435204

Nov 24, 2022

A package for flip panel with built-in animation

A package for flip panel with built-in animation

Flip Panel A package for flip panel with built-in animation How to use import 'package:flip_panel/flip_panel.dart'; Create a flip panel from iterable

Dec 30, 2022

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

May 15, 2022

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

Dec 29, 2022

The Coolicons icon pack for Flutter with over 400 icons available for your flutter project.

The Coolicons icon pack for Flutter with over 400 icons available for your flutter project.

coolicons This flutter package allows you to use the Coolicons icon pack. Made from Coolicons. 🎖 Installation In the dependencies: section of your pu

May 24, 2022

Foody - Flutter project to display foods to clients and display charts and has a lot of features , two flutter apps : Android and Web

Foody - Flutter project to display foods to clients and display charts and has a lot of features , two flutter apps : Android and Web

Foody Flutter project to display foods to the clients and use charts and use a lot of features to complete the process (HUGE APP) There two apps: Andr

Feb 7, 2022

Flutter-business-card-app - Flutter + Dart business card mobile app

Flutter-business-card-app - Flutter + Dart business card mobile app

Dart + Flutter Business Card Mobile Application

Nov 8, 2022

A Flutter project that gives basic flutter design to implement a login UI

A Flutter project that gives basic flutter design to implement a login UI

Login UI Design A Flutter project that gives basic flutter design to implement a

Nov 8, 2022

Flutter Complete E-Commerce app (UI by - 'The Flutter Way')

NOT COMPLETED YET! e_commerce A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to ge

Mar 8, 2022
Comments
  • Build failed with an exception

    Build failed with an exception

    # cloned into "Messenger"
    # flutter pub get
    
    A:\apps\Messenger>flutter --version
    Flutter 1.7.8+hotfix.4 • channel stable • https://github.com/flutter/flutter.git
    Framework • revision 20e59316b8 (5 weeks ago) • 2019-07-18 20:04:33 -0700
    Engine • revision fee001c93f
    Tools • Dart 2.4.0
    
    A:\apps\Messenger>flutter run
    Launching lib/main.dart on GT I9195 in debug mode...
    Initializing gradle...                                              1,0s
    Resolving dependencies...                                           4,3s
    
    Compiler message:
    file:///C:/Users/n8/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cached_network_image-0.4.2/lib/cached_network_image.dart:199:38: Error: The argument type 'void Function(ImageInfo, bool)' can't be assigned to the parameter type 'ImageStreamListener'.
     - 'ImageInfo' is from 'package:flutter/src/painting/image_stream.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/painting/image_stream.dart').
     - 'ImageStreamListener' is from 'package:flutter/src/painting/image_stream.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/painting/image_stream.dart').
    Try changing the type of the parameter, or casting the argument to 'ImageStreamListener'.
          oldImageStream?.removeListener(_handleImageChanged);
                                         ^
    file:///C:/Users/n8/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cached_network_image-0.4.2/lib/cached_network_image.dart:200:32: Error: The argument type 'void Function(ImageInfo, bool)' can't be assigned to the parameter type 'ImageStreamListener'.
     - 'ImageInfo' is from 'package:flutter/src/painting/image_stream.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/painting/image_stream.dart').
     - 'ImageStreamListener' is from 'package:flutter/src/painting/image_stream.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/painting/image_stream.dart').
    Try changing the type of the parameter, or casting the argument to 'ImageStreamListener'.
          _imageStream.addListener(_handleImageChanged);
                                   ^
    file:///C:/Users/n8/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cached_network_image-0.4.2/lib/cached_network_image.dart:210:34: Error: The argument type 'void Function(ImageInfo, bool)' can't be assigned to the parameter type 'ImageStreamListener'.
     - 'ImageInfo' is from 'package:flutter/src/painting/image_stream.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/painting/image_stream.dart').
     - 'ImageStreamListener' is from 'package:flutter/src/painting/image_stream.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/painting/image_stream.dart').
    Try changing the type of the parameter, or casting the argument to 'ImageStreamListener'.
        _imageStream?.removeListener(_handleImageChanged);
                                     ^
    file:///C:/Users/n8/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cached_network_image-0.4.2/lib/cached_network_image.dart:464:31: Error: The argument type 'Null Function(StringBuffer)' can't be assigned to the parameter type 'Iterable<DiagnosticsNode> Function()'.
     - 'StringBuffer' is from 'dart:core'.
     - 'Iterable' is from 'dart:core'.
     - 'DiagnosticsNode' is from 'package:flutter/src/foundation/diagnostics.dart' ('file:///C:/Users/n8/flutter/packages/flutter/lib/src/foundation/diagnostics.dart').
    Try changing the type of the parameter, or casting the argument to 'Iterable<DiagnosticsNode> Function()'.
            informationCollector: (StringBuffer information) {
                                  ^
    Compiler failed on A:\apps\Messenger\lib/main.dart
    
    FAILURE: Build failed with an exception.
    
    * Where:
    Script 'C:\Users\n8\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 665
    
    * What went wrong:
    Execution failed for task ':app:compileflutterBuildDebugArm'.
    > Process 'command 'C:\Users\n8\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 11s
    Running Gradle task 'assembleDebug'...
    Running Gradle task 'assembleDebug'... Done                        12,6s
    Gradle task assembleDebug failed with exit code 1
    
    A:\apps\Messenger>
    

    Please, can you help me?

    Thank you very much 👍

    opened by n8crwlr 1
Owner
nitin mehta
nitin mehta
An app built using Flutter that holds buttons in form of xylophone which plays as instrument when clicked.

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

dev_allauddin 3 Feb 3, 2022
E-Commerce App built in flutter

flutter_ecommerce_app E-Commerce app is a design implementaion of E-commerce App designed by Imran Download App Android Screenshots HomePage Product D

Sonu Sharma 2.5k Jan 3, 2023
An Ecommerce application built in Flutter using Firebase.

Flutter-Commerce An Ecommerce application built in Flutter using Firebase. Getting started Project setup instructions are given at Wiki section. Scree

Ashish Rawat 423 Dec 31, 2022
Instagram social network interface in a responsive built using flutter

Responsive Instagram ?? Responsive Instagram foi um projeto realizado com o intuito de aprendizagem e prática da linguagem de programação Dart em conj

null 3 Jun 11, 2022
A complete Flutter E-Commerce Book Store application built using firebase as backend.

ecommerce A complete Flutter E-Commerce Book Store application built using firebase as backend. Features Add or remove item in cart Search products Ad

Fateh Singh 58 Sep 30, 2022
Netflix Clone UI Built Using Flutter

Netflix Clone UI - Flutter Web & Mobile: IOS | Android Web Version with Flutter!

Luan Batista 16 Dec 13, 2022
An E-Commerce application built with Flutter and FakeStoreAPI.

pinkshop A basic dummy E-Commerce Application developed using Flutter. This is a model of a E-Shopping app designed with flutter. This app has been im

Rahul Prakash 1 Jan 7, 2022
Steam Client UI, built with Flutter

SteamClient Proto An UI-only Steam client app, for fun. Getting Started This app is built with Flutter (dev branch). It is inspired by Steam mobile ap

Quan Pham 23 Sep 16, 2022
Coffe Shop Finder App UI Built With Flutter

Coffe Shop Finder App UI Built With Flutter

tustoz 9 Sep 22, 2022
An e-commerce app built with Flutter

shopy 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 is

Matiullah Karimi 7 Sep 6, 2022