Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

I’m trying to use relative routing in GoRouter, but I’m running into a confusing issue. Here is my code: final GoRouter routerConfig = GoRouter( initialLocation: '/', routes: [ GoRoute(path: '...
haizhih's user avatar
  • 109
1 vote
1 answer
24 views

On my flutter_map I have an IconButton which it should cause a SearchBar to appear only when clicked. When search is done, the SearchBar can go into hiding again and only said icon be visible. I have ...
bliako's user avatar
  • 1,215
-4 votes
0 answers
24 views

I'm using go_router in a Flutter mobile app (iOS/Android, not web) and getting this warning: An extra with complex data type LocationProductSelectParams is provided without a codec. The Mystery ...
Kyu97's user avatar
  • 1
-1 votes
0 answers
55 views

I am developing 2 mobile applications (main & admin) using Flutter for my client and this is my very first time developing a mobile apps. I need help with push notification on both apps because I ...
Repzi's user avatar
  • 1
1 vote
1 answer
53 views

I'm using the latest version of google_maps_flutter, and I noticed that this code is now showing a deprecation warning: if (_mapStyle != null) { mapController.setMapStyle(_mapStyle); } I used this ...
Benitto's user avatar
  • 21
0 votes
0 answers
32 views

Launching lib/main.dart on iPhone 15 in debug mode... Xcode build done. 26.1s Failed to build iOS app Swift Compiler Error (Xcode): Expressions are not ...
Jainam Barbhaya's user avatar
1 vote
0 answers
33 views

I have been working on my project in vs code, when I feel tired I closed Vscode window and shut down my computer. Then when I come back to continue with the project, unfortunately VS Code does no ...
Jack's user avatar
  • 11
0 votes
0 answers
31 views

I’m working on a Flutter project and I want to fully automate the process of building and deploying my app. Specifically: Use GitHub Actions to build Flutter apps for iOS and Android. Automate ...
Maksim Sinitsyn's user avatar
Tooling
0 votes
0 replies
29 views

I am trying to hyphenate user-generated content in my Flutter App. I only need to support german. I want to insert "-". Also, if the word fits in the line, it should never be wrapped, but ...
Apri's user avatar
  • 1,635
Advice
0 votes
2 replies
44 views

In my office management app we mark attendance through clicking a selfie and we also capture the current latitude and longitude. For android this activity is working is fine but in my ios the ...
Sati Anshul's user avatar
-2 votes
0 answers
38 views

Location retrieving doesn't work without internet or cellular data on adroid. when I get the location once or if I had the wifi and location turned on together then turned off wifi it works, but if ...
CHEAN LYHOR's user avatar
0 votes
1 answer
49 views

I'm developing an app for both Android and iOS, thanks to Dart & Flutter. It looks fine for me on Android, but not on Apple. I'm using Firebase App Check to secure the resources of Google. In ...
Krakenudo's user avatar
  • 309
0 votes
0 answers
41 views

Everytime I run flutter clean I get this error : C:\Users\salil\OneDrive\Documents\MEGA\Practicals\Flutter\myfirstflutter>flutter clean Failed to remove C:\Users\salil\OneDrive\Documents\MEGA\...
Salil Surendran's user avatar
0 votes
1 answer
52 views

I’m building a warranty-tracking app, but I’m facing a problem with scheduled notifications. When I schedule a notification and stay in the app, it works and I receive it after the set time. However, ...
Naji Hillani56's user avatar
1 vote
2 answers
75 views

I'm making a simple 'To Do List' app In Flutter, When I press the 'floatingActionButton' it's supposed to to show a pop-up where the user can input a new task, But nothing is displayed when the button ...
buzzbuzz20xx's user avatar
1 vote
0 answers
64 views

is it normal for Flutter's main() function to execute as soon as a firebase notification is received in system notifications bar? I am testing on Android 15 in a Pixel device. Here's what I did: I ...
rupinderjeet's user avatar
  • 2,868
-2 votes
1 answer
44 views

Why is it that my text fails to load in Flutter Widget Integration Testing in Shadow Mode. I use Golden package to take screenshots, and no matter how long I pump and wait for environment to load, I ...
Elvis Skensberg's user avatar
0 votes
0 answers
28 views

I’m integrating AWS IoT Core with a Flutter app that already uses Amplify Auth (Cognito User Pool). To allow IoT connections, I added a Cognito Identity Pool section to my amplifyconfiguration.dart (...
Jashwanth Neela's user avatar
0 votes
0 answers
32 views

I'm building a custom map page in Flutter using `google_maps_flutter` (and a wrapper widget from `google_maps_drawing_tools`). I'm fighting a layout issue where the **camera target is not visually ...
DevMobile TC's user avatar
0 votes
0 answers
63 views

I'm trying to create a full-width custom notification for my Flutter app on Android. The problem is that the notification always appears centered with large horizontal margins, even though my layout ...
Supra Bob's user avatar
-4 votes
1 answer
77 views

I made a flutter project using Android Studio but then due to some reason I had to shift on other platform Vs Code, when I tried running the build on Vs Code it started giving configuration error (...
droplet's user avatar
  • 41
1 vote
0 answers
42 views

How can I make BGProcessingTask run consistently on TestFlight for a file-processing + background-upload workflow? Specifically: Is there a known issue or limitation with BGProcessingTask + ...
Architek Gyaan's user avatar
-1 votes
0 answers
39 views

Xcode 26.1 Flutter 3.38.1 I have tried this: flutter clean rm -rf ios/Pods rm -rf ios/Podfile.lock rm -rf ios/Flut
waseem ashraf's user avatar
0 votes
1 answer
109 views

I'm hitting a critical roadblock when trying to publish my application via the Google Play Console: My App Bundle is completely rejected with the persistent message: Your app does not support 16KB ...
Saturne Dev's user avatar
Best practices
1 vote
2 replies
58 views

enter image description here Hi everyone, I'm trying to implement a complex UI layout in Flutter based on a design image, but after several attempts I haven't achieved the desired result. I'd ...
Stephen Zhu's user avatar

1
2 3 4 5
4022