1,877 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
173
views
3D model texture errors with React-three-fiber in Expo React Native mobile app
I've just started mobile app development and am creating a 3D model loader using React Three Fiber in an Expo React Native app (testing it on my Android device).
I successfully loaded the 3d model, ...
0
votes
1
answer
113
views
How to override language to get localised string for a specific language in Kotlin Multiplatform project?
I have 2 language support in my app. Language files are arranged like below:
composeApp/src/commonMain/composeResources/values/lang.xml
composeApp/src/commonMain/composeResources/values-bn/lang.xml
...
0
votes
1
answer
27
views
The name 'AppUsageException' isn't a type and can't be used in an on-catch clause
my code ->
import 'package:app_usage/app_usage.dart';
class ScreenTimeService {
Future<List<AppUsageInfo>> getUsageStats() async {
try {
DateTime endDate = DateTime.now(...
0
votes
2
answers
184
views
Do mobile apps and websites usually share the same backend and database?
I'm building a project that includes both a mobile app (built with Jetpack Compose) and a web app (built with React.js). I want to know the correct architectural approach:
Should both platforms ...
1
vote
1
answer
701
views
What is the recommended folder structure for a Flutter project using GetX with MVC architecture? [closed]
I'm currently building a Flutter application and planning to use the GetX package for:
State management
Routing
Dependency injection
I would also like to follow the MVC (Model-View-Controller) ...
3
votes
2
answers
259
views
How do I implement Pie and Line Charts in Flutter for visualizing data?
I'm developing a Flutter app where I need to visually display data using charts. Specifically, I want to implement:
A Pie Chart to represent proportions or percentages.
A Line Chart to display trends ...
1
vote
1
answer
152
views
How to get rid of bottom grey opaque background on Android app in Kotlin?
I'm a complete beginner to Kotlin and Android development, I'm currently working on a todo list app as practice. I want to make the app take up the entire screen without any safe area at the top or ...
0
votes
1
answer
135
views
Flutter iOS simulator launch error: arm64 not compatible with x86_64 + slow startup
I’m facing delays launching my Flutter app on the iOS simulator. Here's the key error:
Error creating LLDB target... target architecture: arm64: not compatible with x86_64-apple-ios12.0.0-simulator...
...
3
votes
0
answers
108
views
Google Sign-In not working on iOS 18+ but works on iOS 17.5/17.4
I'm using Google Sign-In in my iOS app (Flutter). It works fine on iOS 17.4 and 17.5 simulators, but fails on iOS 18+ simulators. No errors are shown — the sign-in either hangs, displays a blank ...
0
votes
0
answers
75
views
Text to Speech Stops Voice Recognition in Flutter
The voice recognition commands are not working. But in the console, it indicates that it is listening.
Here are the functions that I implemented. The issue seems to be that executing voice recognition ...
0
votes
1
answer
325
views
How to Make a Flutter App Responsive for Different Mobile Screen Sizes?
I am working on a Flutter app where I need to make the UI responsive for different mobile screen sizes. The design is provided in Figma, where we have specific pixel values for height, width, and text ...
0
votes
1
answer
71
views
How to create this search bar in flutter?
How is the search bar, shown in the two attached screenshots, implemented? There is a map on the page, but when I click on the search bar, it displays the search field along with the search results, ...
0
votes
1
answer
119
views
Swiping screens inside a TabView with a GeometryReader doesn't apply the slide animation
I'm a beginner to SwiftUI and I'm experimenting with animations. The animation styling for my bottom tabs work as expected when I press on each icon as well as if I swipe on the screen to switch ...
0
votes
0
answers
160
views
Could not connect to Kotlin compile daemon
Launching lib\main.dart on SM A235F in debug mode...
e: Daemon compilation failed: Could not connect to Kotlin compile daemon
java.lang.RuntimeException: Could not connect to Kotlin compile daemon
at ...
0
votes
0
answers
51
views
Ionic Countdown notification using @capacitor/local-notifications (5.0.6) plugin
I'm developing a workout application with Ionic 7 (ReactTS) using Capacitor.
I would like to display a notification with the remaining rest time before the next set to the user.
The displayed ...