Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [flutter]

Use this tag for questions about the Flutter cross-platform UI toolkit. If your question is platform-specific, tag the platform as well (e.g., [android], [ios], etc.). You may also wish to include the [dart] tag for coding questions.

flutter
0 votes
0 answers
4 views

Flutter, Hyperlinks in TextFormField

I would like to know if anyone has any idea on how to make a hyperlink clickable while inside a TextFormField. The scenario is a note app where the text of each note is always inside a TextFormField. ...
Amras's user avatar
  • 1
0 votes
0 answers
7 views

Ola maps integration in Flutter

So I am working on a similar project like ola for the tier 3 cities and i see that ola maps are free but Ola Maps only provide android sdk, and does not support flutter for now, how do I implement the ...
Burhan's user avatar
  • 1
0 votes
0 answers
6 views

Issues with Sending Video Files and Form Data from Flutter to Express Server Using Dio/Http Packages, android phone attached debugg mode

I’m having trouble uploading a video file and associated form data from my Flutter app to an Express server. Despite using both the Dio and http packages for HTTP requests, the server logs show that ...
xav's user avatar
  • 1
0 votes
0 answers
8 views

How do I integrate Universal Links mockup with an existing app?

I have 2 test apps that I need help to integrate. One app is a successful mockup for universal links (it offers to redirect to one of 2 pages depending on the website url a user visits), and the other ...
Nibbles's user avatar
  • 51
0 votes
0 answers
13 views

_TypeError while mapping data from an API

I am trying to use this API. I am sendig a GET request and data I got looks like this; { "info": { "count": 826, "pages": 42, "next":...
Doğan Erarslan's user avatar
0 votes
0 answers
2 views

Flutter : Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1

I got some erros in my flutter app Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. e: C:/Users/nilsm/AndroidStudioProcjects/Prosjekt/...
nilshv's user avatar
  • 31
0 votes
0 answers
7 views

Error Retrieving Facebook Page Access Token for Liking Posts: No Pages Found

I'm working on a Flutter app where I need to give likes to Facebook posts programmatically. However, I'm encountering an issue where my app returns the following error: User pages: {"data":[]...
Ibrahim Mahmoud's user avatar
0 votes
0 answers
3 views

AR Flutter Plugin Issue: Class Names and Methods Not Found in ar_flutter_plugin_flutterflow

I'm having trouble using the ar_flutter_plugin_flutterflow package in my Flutter project. I followed the installation instructions and updated my pubspec.yaml with the correct package version: ...
Tejas Panchratna's user avatar
0 votes
0 answers
9 views

PlatformException(io_exception, null, null, null) Error When Reading and Writing NFC Data in Flutter

I'm working on a Flutter application that involves both reading and writing NFC tags using the nfc_manager package. However, I encounter a PlatformException(io_exception, null, null, null) error when ...
Mohammed Elyaakoubi's user avatar
0 votes
0 answers
11 views

How to get "supportedAbis" on android browser

How can i get at least one supported ABI of android device through website on android browser? I just want supported ABI name like (arm64-v8a, armeabi-v7a, x86-64) of android device through website ...
Sunny's user avatar
  • 1
0 votes
1 answer
20 views

Flutter is there any way that I can get a size like height and width of the unknown Widget from pub dev?

I am using wolt_modal_sheet and tying to make it responsive according to the height. I could get the width using the LayoutBuilder. But the height constraint is returning infinity. I know that I could ...
chichi's user avatar
  • 3,096
0 votes
0 answers
9 views

Correct Location of Android & Ios Manifest

What is the correct location for Android manisfest and Ios in Flutter Here is my code I need the correct location details, so that this can work successfully Future<void> _updateAndroidManifest(...
Clubz Friendship's user avatar
0 votes
0 answers
9 views

Windows is deprecated in WidgetsBinding

window in this line of code WidgetsBinding.instance.window.devicePixelRatio is deprecated. Code: var pixelRatio = WidgetsBinding.instance.window.devicePixelRatio; var size = WidgetsBinding.instance....
Moon Princess's user avatar
0 votes
0 answers
13 views

Time variable's state not changing after setting its state

here's a flutter package called circular_countdown_timer , I want to change its timer state by giving a costum variable, to make it clear I've created a simple page which containg just the very widget ...
Antony Artoonian's user avatar
1 vote
1 answer
15 views

unable to upload images into firebase storage in after deployment

I have flutter web app and uploading images works perfectly fine in debug mode but after i deployed it on firebase it's not working it's giving me this error Upload error: PlatformException(channel-...
Abemelek Ermias's user avatar

15 30 50 per page
1
2 3 4 5
8