All Questions
Tagged with flutter-desktop or flutter
200,924 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
38
views
Language conversion issue in generate pdf in flutter
I want to generate pdf in flutter . If user select Marathi language then in pdf text will be shown proper in marathi . Currently using pdf package and using devnagari font but proper marathi words is ...
-3
votes
0
answers
40
views
how to control the size of the logo in title in flutter i have the error as follow [closed]
══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞══════════════════════
The following assertion was thrown during layout:
A RenderFlex overflowed by 660 pixels on the right.
code
import 'package:flutter/...
Advice
0
votes
0
replies
47
views
Is automatic GSM call recording possible for third-party Android apps?
I am building a Flutter (Android) application where users see lead cards containing mobile numbers.
When a user taps a number, the intention is to initiate a phone call and record that call, but only ...
-1
votes
1
answer
43
views
Letter spacing behavior differs between Flutter and Web (HTML/CSS) - Request for consistency or workaround between Flutter and web (HTML/CSS)
Summary
I've encountered a fundamental difference in how letter spacing is applied between Flutter and Web (HTML/CSS) that makes it challenging to achieve consistent text rendering across mobile and ...
0
votes
0
answers
23
views
Native Link in markdown
I intensively use flutter_markdown_plus on my website as it helps to format text easily. However, I would like links in the text to be wrapped with Link, so that user could copy the link and choose ...
0
votes
0
answers
54
views
Build failure in flutter awesome_notifications due to android receiver
I am unable to build with awesome_notifications, using the receivers specified in the readme documentation. In that readme file it says:
Also, to allow the schedules to be recreated when the device ...
-4
votes
0
answers
53
views
Achieve web scrolling physics like "https://flutter.gskinner.com/wonderous/" this wonderous flutter website [closed]
How to achieve scroll physics like https://flutter.gskinner.com/wonderous/ this flutter website, which scrolls smoothly using mouse scroll wheel and laptop mouse pad like react website.
Repository of ...
0
votes
0
answers
77
views
Flutter in_app_purchase restorePurchases always returns purchases from the Google Play account that initially installed the app
Body
Hi,
I am developing a driving license exam application using Flutter, and I have implemented in-app purchases using the in_app_purchase package. Purchases are working correctly and can be ...
0
votes
0
answers
34
views
Can we do some action, when the user uninstalls our android app? [duplicate]
I have to call an api to inform my server that app is being uninstalled. Is it possible?
I don't want to rely on activeness of user to determine if app is installed or not. Is there any way to call my ...
1
vote
0
answers
79
views
How create animation of opening a scrollable sheet? [closed]
image with show what animation is need
The gif shows an animation that I don't know how to make in Flutter. If you know how to implement this, please show the code and a video of it in action. Thank ...
-1
votes
1
answer
83
views
How can I efficiently download large image bytes (90 MB) from an API in Flutter without long delays? [closed]
I’m working on a Flutter app where I need to download images from an API.
The API cannot return a public URL due to S3 storage restrictions, so it returns the raw image bytes instead.
Image ...
-1
votes
0
answers
54
views
Flutter add to app comparison data with new flutter app [closed]
So I have existing app in IOS (Swift,Objective-c) and android (Kotlin,java) .
I want to migrate UI of this using Flutter(Dart) for that I want comparison data so which will be best option for me
1.Add ...
0
votes
2
answers
53
views
Flutter UI overlaps Samsung bottom navigation bar (3-button navigation)
Environment
Flutter version: 3.35.6
Android embedding: V2
MainActivity: MainActivity.java
Devices affected: Samsung Galaxy A54 (also reproducible on other Samsung A-series)
Android navigation ...
-4
votes
0
answers
33
views
"Unable to build plugin frameworks" I got this error when build flutter frameworks for ios [closed]
Unable to build plugin frameworks: ** BUILD FAILED ** The following build commands failed: ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-...
0
votes
0
answers
90
views
Scroll is janky, while items are not rebuilding
Steps to repro:
Open http://the-field.world in IPhone Chrome and scroll cards on home page.
Notice it is junky
It is also janky on chrome mac, but it is less noticeable.
I checked that cards are not ...