Skip to main content

Questions tagged [dart]

Dart is a class-based, statically(& strongly)-typed programming language for building web and mobile applications. Dart compiles to modern JavaScript to run in the browser and compiles to native code to run on mobile platforms like Android and iOS. Dart also runs on the command-line for scripting and server-side apps.

0 votes
0 answers
23 views

Why is the onClose Button Not Working on My Subscription Banner?

I'm creating a promotional banner for my customers to encourage subscription purchases. This banner includes a button at the top intended to close the banner. Despite multiple attempts and various ...
13 votes
7 answers
12k views

stripe_android:compileReleaseJavaWithJavac'. error: invalid source release: 17

I am facing this issue while running my flutter project on VS code, after multiple attepmts still stuck here. Anyone please help me to resolve this issue. Even i have updated the java version by ...
2 votes
1 answer
536 views

How can I make a camera application using flutter desktop? [closed]

I want to make a custom camera application using the flutter desktop but unfortunately I'm not able to find any suitable plugin for that. Is there a way to make a custom plugin that would help me ...
6 votes
1 answer
849 views

Dart uuid can't be extended

I updated dependencies by dart pub upgrade, but here i thought due to some cache already there causing this error. i have tried dart clean cache but problem is still there. kindly take this issue ...
0 votes
0 answers
8 views

I want to send parameters to a GraphQL query from my flutter application

I want to send parameters to a GraphQL query from my flutter application, but it doesn't work. I declared a variable and write to it when I select by which criteria I am going to sort the query. Query ...
0 votes
0 answers
15 views

How do I make Ffmpeg work for subtitles in flutter?

I'm trying to burn subtitles in a video. I'm going to show you the manual command I used: String newCmd = '-i /storage/emulated/0/ffmpeg/video.avi -vf subtitles=\'/storage/emulated/0/ffmpeg/...
1 vote
0 answers
13 views

Dartfrog websocket broadcast message

i was digging inside of dart_frog to know it capabilities , it sounds awesome until i've started using websocket , i've implemented it like this way final handler = webSocketHandler( (channel, ...
10 votes
6 answers
10k views

Alternative to popUntil in go router in flutter

I was wonder if there is alternative to Navigator's popUntil() method, or any workaround to achieve the same. If i were to use Navigator. I would use like so: void _logout() { Navigator.popUntil(...
0 votes
1 answer
204 views

Flutter: Text to Speech - No Sound in İOS

I'm using flutter_tts package for text to speech. In android, everything is okay. It's works. But no sound in İOS. I don't know why. There is no error in console. It's very interesting i think. Here ...
-6 votes
0 answers
33 views

How to optimally allocate stocks to fulfill multiple requirements? [closed]

I'm trying to solve a problem where I have multiple stocks and requirements. Each requirement needs to be fulfilled by the available stocks. The goal is to minimize the remaining requirements while ...
-1 votes
2 answers
1k views

Flutter AppBar leading and actions buttons should have the exact same size

the fist IconButton in leading and the second IconButton in actions. Have different sizes although i have explicitly specified the same sizes. (width: 56, height: 56) this is how it looks i want to ...
1 vote
1 answer
6k views

How to embed a powerbi report within a flutter android application?

I'm creating an android application using flutter where I need to embed a powerbi report within the app itself. I could not find a single resource to aid me with this task. I've already created a web ...
0 votes
0 answers
16 views

How To Insert query in Flutter with PostgreSQL new package? postgres: ^3.2.1

How To Insert query in Flutter with PostgreSQL new package? postgres: ^3.2.1 all the other documentation are old, deprecated and not working anymore, could you someone please help on this..? How to ...
1 vote
1 answer
546 views

Quran App a surah view like uthmanic quran 15 line how to make it like quran for android app

I want to make a full Islamic app but I have an issue I want to make the surah view like the "Quran for Android" application I can make it in qcf font but it is too long way. I found an ...
4 votes
1 answer
1k views

Is there any way to run a Flutter app through background on macOS or Windows desktop?

I want to make a clipboard application for macOS operating system. For this, the application I wrote with Flutter should continue to work in the background without dying. I've looked at a few ...

15 30 50 per page