Below is my Spring Boot Code for scheduling messages to its connected clients. But my FLUTTER application is not able to receive the the pushed messages from the webso...
I wanted to ask if anyone knows whether it would be possible to kind of wrap a Flutter web project inside of a static page? Just trying to figure ou...
I'm a total newbie to Flutter and I'm trying to add some data from Cloud Firestore to a list in Flutter, but having issues. I try to add the element, but after executi...
I have a mobile app written with flutter and i would like to convert it into a flutter_web app (integrating flutter_web is not available yet). I'm currently having pro...
I started using Flutter's WebView plugin to show a Facebook feed in my application. I am wanting to limit what the application user is allowed to do in the application...
I am working on the Flutter APP. In the pubspec.yaml file I have copied the code for <strong>intl</strong>. <pre><code>dependencies: flutter: sdk: flutter...
Android Studio doesn't find CocoaPods when the package <code>flutter_inappwebview</code> is added to <code>pubspec.yaml</code>. It complains that CocoaPods is not inst...
I need to do a Live Broadcast apps using flutter on both iOS and Android. While broadcasting, the video can be recorded by both the broadcaster and viewer (Up t...
I want to send query parameters to my HTML in the assets folder with the webview_flutter package. I added the HTML file to my pubspec.yaml file. This is...
I made a web app and deployed it to firebase. Let's say that the link is <code>https://firebasewebapp</code>. When I open the link the <code>Sign In</code> form shows...
I'm building a Transcribe Streaming app in Dart/Flutter with websockets. When I stream the test audio (pulled from a mono, 16kHz, 16bit signed little endian WAV file),...
I want to get current timezone such as Europe/london.<a href="https://pub.dev/packages/flutter_native_timezone" rel="nofollow noreferrer">flutter_native_timezone</a> n...
I want to add a service worker (in addition to the existing flutter_service_worker). The problem I have is that I can't get both to be active at the...
//CODE <pre><code>import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'pack...
I'm writing an app that displays a WebView in Flutter. For this purpose I added the <a href="https://pub.dev/packages/webview_flutter" rel="nofollow noreferrer"><code>...