Category "flutter-web"

What's the best strategy for flutter-web to access its resources on server?

I've deployed a release in an ubuntu server with apache. When I access the deployed app, it shows in console: Error while trying to use the following icon from

Is it possible to develop flutter windows desktop with fcm push notification?

I was thinking to developing a windows desktop application with dart and flutter but i don't know how can i integrate Firebase cloud messaging with it. Any sugg

Flutter unable to connect API XMLHttpRequest error in flutter

Flutter unable to connect API when I try to run web app I'm using auth api it's working fine with android and iOS but I'm unable work on flutter-web. here are

(No implementation found for method _init on channel plugins.flutter.io/google_mobile_ads)

couldnt find anything wrong with it dependencies: google_mobile_ads: ^1.1.0 Error: MissingPluginException(No implementation found for method MobileAds#initia

How do create a splitting container in flutter? What should be the right approach? CustomPainter or Chip?

Wanted to replicate some UI. Can I do this with in built flutter widgets? I have tried using Chip but was not able to. Will CustomPainter be the right thing to

Getting this error on tap function to see an image in a dialog box

onTap: () { showDialog( context: context, builder: (BuildContext context) { return ImageNetwork( image: data['image'].toString(), height: 400, width: 400, durat

Saving Icon to Hive DB in Flutter

Can anyone help me. How to Save Icon in hive database in flutter. And to read it. When I'm saving Icons it is giving error unhandled exception: hiveerror: canno

Flutter Ambient UI - What should be the optimised approach for production level responsive app in web, android and ios platform using single codebase?

I was trying out flutter platform to create a multipage website with android and ios responsiveness using single codebase for my flutter app. I've already tried

Integrate flutter web application into Nextjs web

I am trying to integrate a flutter web app into a Nextjs webpage. I have seen this question but it is not working. I also want to be able to pass a user id or s

Camera crashes when Flutter App opened on Chrome on Mac

I have implemented code which will allow me to access the camera in my flutter application and it is working perfectly when the app is opened on android, but th

FirebaseOptions cannot be null when creating the default app in Flutter Web

I ran into the following error: Launching lib/main.dart on Chrome in debug mode... This app is linked to the debug service: ws://127.0.0.1:45119/uWRkb_0RvDE%3D/

Can't watch object instance with Riverpod

In a Flutter web project, I'm having this issue with Riverpod: Consumer( builder: (context, watch, child) { final om=watch(human); return Text(om.na

Flutter settings.name incomplete on page reload

I have a route setup. In the browser, it looks like this. localhost:1234/#/member/D8B5D7F17639A28FE83C47AFFC69592E? I use an onGenerateRoute function like this

Send files from flutter web to .net api

I'm trying to send files to .net api, but api response me {"mensaje":"startIndex cannot be larger than length of string. (Parameter 'startIndex')"} void _ha

Do apps built with Flutter suffer from dead code?

Flutter may technically allow you to code once and build an app for multiple platforms, but realistically you do not want to have the same experience on mobile

Page level scrolling per TabBarView with widgets on top

I would like to implement the following behavior in Flutter for web where scrollbars allow to scroll all the way up and down of the page on any of the tabs. Scr

Expected a value of type 'Map<String, dynamic>', but got one of type 'Null'

I'm using flutter and managing data by cloud_firestore. I could send data to firestore, but now I'm Struggling with reading data. In firestore, data are stored

Authentication Api using user name and password in flutter web

I try to authenticate api using user name and password it worked good in flutter android app but in flutter web do not get any data below my authentication func

Video not playing in flutter web application

I am trying to use Viedo as a backgrounnd for scaffold widget in flutter web application but the video is not displayed though it's working fine in android but

Why flutter http response in web missing headers?

I am making a simple flutter app using http package. I am trying to send a (post) login request, and the httpresponse is missing all the headers! this works fin