201,066 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
19
views
Flutter APK in Android Studio "Analyze APK" shows 16KB page size warning for libwebcrypto.so
I recently updated my Flutter project to version 3.38.1.
Google Play now requires APKs and AABs to use a 16 KB page size for native libraries.
I have verified the alignment in:
zipalign -c -v -P 16 &...
0
votes
0
answers
37
views
How to make my Flutter (SDK 3.10) app and dependencies compatible with a "16 KB page size" limit (can't upgrade SDK)?
Goal
I need a clear, step-by-step process I can follow to make the app + dependencies compatible with that 16 KB page-size constraint without upgrading Flutter SDK. I am looking for concrete actions I ...
0
votes
0
answers
43
views
Double highlight in Flutter Web
When highlighting texts in Textfield => It shows two highlights and when scrolling, the other highlights remain at the same position
When highlighting texts:
When scrolling:
This only happens on ...
-4
votes
0
answers
84
views
How to install android emulator on Google Antigravity? [closed]
I can only run the emulator on Android Studio right now. But I want to preview directly in antigravity. How can I do that? Btw my project is Flutter.
0
votes
0
answers
27
views
Javascript notificationclick is not called on Flutter web app debug build
I want to open a new page on notification click in my Flutter web app. Here is my service worker:
console.log("SW: test.js loaded");
self.addEventListener("push", event => {
console.log("SW: ...
-4
votes
1
answer
55
views
How to make flutter calculator [closed]
Title: Flutter Calculator Layout Issue - Buttons Not Displaying Correctly
Description:
I'm building a calculator app in Flutter and facing layout problems with the button grid. The calculator ...
-2
votes
0
answers
44
views
Can i give a value to a variable inside of an abstract class? [closed]
i know that we can not write code or return something inside a method in abstract class (well becuse its abstracted!)
what about variables inside of abstract class ? can i for example define a 'x' ...
1
vote
1
answer
65
views
Firebase Crashlytics causing NoSuchMethodError for checkNotGoogleApiHandlerThread() in Flutter app
My Flutter app is crashing on startup with NoSuchMethodError when Firebase tries to initialize. The method checkNotGoogleApiHandlerThread() is not found in the Preconditions class, causing a FATAL ...