I have a PIN text field in flutter and I'm trying to paste the code in text field. However, only in the first text field is the code pasted and not in the other
I have a barcode scanner working fine on Android, but I am struggling to find plugins that support a web app. This is the closest one I've found that seems to b
Does the material library of Flutter have the 3 dots icons Icon(Icons.three_dots_overflow),
Going to my GitHub Pages, https://Andrious.GITHUB.IO/, you'll find the old Counter app. However, following the document, Build and release a web app, I'm trying
I'm trying to call Facebook app events in my flutter project. I'm using the dependency facebook_app_events: ^0.12.0. meta-data is also added in the manifest fil
How to scan documents in a flutter with crop and editing? I am working in an app which required documents scanning and creating a .PDF file. I have come across
I want to flip this replay material icon so that it can be used as forward. Present Icon: Required Result:
I'm building an App using Flutter 1.10.3 and I'm having difficulties downloading images to the Downloads folder of the device. Is there an option to do so with
Widget test for elevated button background color test fails, My Build method of Button @override Widget build(BuildContext context) { return Container
I am trying to load my website content in my flutter application. I have a link https://dev.demo.hello.example.com/id/4 I have tried using flutter_webview_plugi
when I fetch data from firebase I got these errors like why list dynamic could change into String type ? type 'List<dynamic>' is not a subtype of type 'Li
How can I convert location latitude and longitude to a formatted address? I'm trying with geolocator plugin but the line- List placemark = await Geolocator().pl
I want to build a flutter app through AppCenter by connecting to github, but getting this error: Gradle build failed to produce an .apk file. It's likely that
I want to build a flutter app through AppCenter by connecting to github, but getting this error: Gradle build failed to produce an .apk file. It's likely that
I'm building a web-app which needs to have a route that gets a post ID and then it will fetch the post using the ID. How can I have URL arguments let's say /pos
I am new to Flutter and I'm trying to create a layout that is responsive to different screen sizes. I've spent a lot of time reading the Flutter documentation,
do you have any way to open new screen without using navigation, i want when i open a new screen, the fist stop and play continuous when i go back from the seco
Check out this video for problem demo https://youtu.be/GsdWcTEbUbg As there is a large number of code, I will try to summarize the structure of the code here.
I am Using the flutter_webview_plugin Package for displaying Web Page. On the Webpage, we had a feature to download files. the logic for the Downloading File is
I am trying to load an image to my flutter app and for some resone I get an error that I dont know how to fix this is my code: import 'package:flutter/material.