Coder Social home page Coder Social logo

jeremy-friesen / flutter-video-chat Goto Github PK

View Code? Open in Web Editor NEW
254.0 254.0 74.0 3.97 MB

flutter-video-chat is a simple front-end combining text-messaging (using Google Firebase) and video chat (using Agora.io for Flutter).

Kotlin 0.50% JavaScript 2.06% Swift 0.53% Objective-C 0.05% Dart 96.86%

flutter-video-chat's People

Contributors

harry-thasarathan avatar heinkhantzaw avatar jeremy-friesen avatar megatlash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter-video-chat's Issues

Can agora.io also be used to broadcast video with flutter?

Thank you for this guide. Good job!

I am planning to build a similar app, but with the possibility of having both a video chat and also broadcasting the videos to viewers. Have you tried to do this in your project?
Do you with flutter/agora is a good option to do this?

Not Able to Register and Login

E/MethodChannel#plugins.flutter.io/firebase_auth(30371): Failed to handle method call
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): java.lang.RuntimeException: There was an error while initializing the connection to Google Play Services: java.lang.NoSuchMethodError: No static method isAtLeastR()Z in class Landroidx/core/os/BuildCompat; or its super classes (declaration of 'androidx.core.os.BuildCompat' appears in /data/app/com.example.doctorapp-HEfTn4B6fxOPpc_XI7OUpA==/base.apk)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.google.firebase.auth.api.internal.zzam.zzc(com.google.firebase:firebase-auth@@19.2.0:33)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.google.firebase.auth.api.internal.zzam.zza(com.google.firebase:firebase-auth@@19.2.0:21)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.google.firebase.auth.api.internal.zzam.zzb(com.google.firebase:firebase-auth@@19.2.0:10)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.google.firebase.auth.api.internal.zzau.zza(com.google.firebase:firebase-auth@@19.2.0:90)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.google.firebase.auth.FirebaseAuth.createUserWithEmailAndPassword(com.google.firebase:firebase-auth@@19.2.0:257)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at io.flutter.plugins.firebaseauth.FirebaseAuthPlugin.handleCreateUserWithEmailAndPassword(FirebaseAuthPlugin.java:361)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at io.flutter.plugins.firebaseauth.FirebaseAuthPlugin.onMethodCall(FirebaseAuthPlugin.java:143)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:226)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:631)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at android.os.MessageQueue.nativePollOnce(Native Method)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at android.os.MessageQueue.next(MessageQueue.java:336)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at android.os.Looper.loop(Looper.java:197)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at android.app.ActivityThread.main(ActivityThread.java:7811)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at java.lang.reflect.Method.invoke(Native Method)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
E/MethodChannel#plugins.flutter.io/firebase_auth(30371): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1068)
I/flutter (30371): PlatformException(error, There was an error while initializing the connection to Google Play Services: java.lang.NoSuchMethodError: No static method isAtLeastR()Z in class Landroidx/core/os/BuildCompat; or its super classes (declaration of 'androidx.core.os.BuildCompat' appears in /data/app/com.example.doctorapp-HEfTn4B6fxOPpc_XI7OUpA==/base.apk), null)

Execution failed for task ':agora_rtc_engine:verifyReleaseResources'.

Hi,
I tried to fix this issue for more than 20hours. but no clue. Please, anybody, know how to fix this?

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':agora_rtc_engine:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
1 exception was raised by workers:
com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
C:\Users\ASUS.gradle\caches\transforms-3\55e2945c4f5a532b870810a22f23cc30\transformed\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/fontVariat
ionSettings not found.

 C:\Users\ASUS\.gradle\caches\transforms-3\55e2945c4f5a532b870810a22f23cc30\transformed\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/ttcIndex n

ot found.

  • 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 37s
97 actionable tasks: 72 executed, 25 up-to-date

Do you still suggest this?

Hello, sorry for this "issue" but I must ask, would you still suggest a Firebase Agora.io combo for a flutter webrtc videochat implementation or is there something better by now?

grpc issues on ios build

i can't build the project and i keep getting errors related to grpc

cannot find
"upb/msg.h"

and

fatal error: 'src/proto/grpc/gcp/transport_security_common.upb.h' file not found

any help greatly appreciated.
thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.