Skip to main content
-1 votes
0 answers
8 views

I have to call an api to inform my server that app is being uninstalled. Is it possible? I dont want to rely on activeness of user to determine if app is installed or not. Is there any way to call my ...
Roshan Passi's user avatar
0 votes
0 answers
56 views

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 ...
atomnato's user avatar
-2 votes
1 answer
60 views

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 ...
Bhoomi Patel's user avatar
-2 votes
0 answers
39 views

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 ...
Nilesh Mishra's user avatar
0 votes
2 answers
42 views

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 ...
ROHAN KARFA's user avatar
-5 votes
0 answers
26 views

Unable to build plugin frameworks: ** BUILD FAILED ** The following build commands failed: ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-...
Bagus Rizky M's user avatar
0 votes
0 answers
78 views

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 ...
polina-c's user avatar
  • 7,215
4 votes
0 answers
68 views

I am facing an issue when running jaspr serve while using FVM (Flutter Version Management). I am trying to run a template generated by Jaspr, but the dev server fails to start due to build errors. ...
Ryan's user avatar
  • 31
0 votes
0 answers
57 views

I am trying to run my Flutter application on an iOS Simulator, but the build fails during the Xcode build phase. The error seems related to the BoringSSL-GRPC dependency used by Firebase. Lexical or ...
Abdallah Othman's user avatar
-1 votes
0 answers
29 views

As the api key is simply present in AndroidManifest.xml how can make it atleast harder to find not just AIz... i know we need to restrict it but is there any way to do the hiding or obfuscation below ...
Pratham Kandalgaonkar's user avatar
Advice
2 votes
2 replies
54 views

For example, if I want to display hint text, using gray text, I tend to use Colors.grey. Text('Hint Text', style: TextStyle(fontSize: 10, color: Colors.grey)) It feels like using colors from ...
Meltryllis's user avatar
2 votes
2 answers
48 views

child: Row (children: [ Padding( padding: const EdgeInsets.all(8), child: Column( mainAxisAlignment: MainAxisAlignment.spaceBetween, ...
user32119899's user avatar
-2 votes
0 answers
86 views

I have android flutter app and I'm trying to to implement good protection to it. I made some good implementations and I am very satisfied with the results: • Proxy & VPN Detectation. • Ca ...
Yacine Djenidi's user avatar
2 votes
1 answer
73 views

Having this sample class: class Mother { late String Name; late List<String> Children; } and this code to get a list of each Mother's name: ... final Mothers = List<Mother>[]; ... ...
user3262353's user avatar
0 votes
0 answers
52 views

My protoc version is libprotoc 33.2 and my dart plugin is protobuf 3.1.0. When i generate file from this command protoc --proto_path=protos --dart_out=proto_output protos/telematics.proto in my ...
Nidhish Srivastava's user avatar

15 30 50 per page
1
2 3 4 5
13397