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

I am trying to run a gguf model using llama_cpp_dart v^0.2.2 package. But it is showing model cannot be loaded. The initialize function is what runs these. I checked the llama_cpp folder in lib\src of ...
Kevin L's user avatar
Tooling
1 vote
0 replies
88 views

Keeping in mind the versatility of Flutter as a framework I'm curious if there is any tool out there that integrates well with it to auto generate Bill of Material for a multi-module multi-platform ...
Piotr's user avatar
  • 697
0 votes
2 answers
102 views

My widget contains a TextField wrapped by a Container for styling and border. I must use filled: true within the InputDecoration of the TextField. Otherwise, the theme (flex_color_scheme) seems not to ...
rusty's user avatar
  • 1,525
1 vote
1 answer
102 views

I am using flex_color_scheme in my app for the theming the app, and for implementing combo box, I needed to add the animated_custom_dropdown package and use its CustomDropdown widget. With these ...
rusty's user avatar
  • 1,525
3 votes
1 answer
72 views

I am getting this error when trying to build macOS Flutter app on my pipeline: Could not find a file named "pubspec.yaml" in "/Users/xxx/macos/Pods". Of course it can't find it, ...
JAgüero's user avatar
  • 767
0 votes
2 answers
59 views

I am working on a Flutter health management system app that uses GetX with an MVC architecture. Current setup: Around 20–25 GetX controllers All API calls, Hive read/write operations, and business ...
Karan Sharma's user avatar
1 vote
0 answers
23 views

I am getting the following error while running flutter pub get: Error on line 32, column 5 of pubspec.yaml:A dependency may only have one source. I am trying to add google_fonts and cupertino_icons ...
KISHOR GOPAL MHASKE's user avatar
1 vote
1 answer
86 views

final ImagePicker _publicDocPicker = ImagePicker(); RxBool isProductDocFile = false.obs; Rx<XFile> productDocFile = XFile("").obs; XFile? productDoc; Future<bool> ...
Div's user avatar
  • 40
0 votes
1 answer
87 views

I have a Flutter project where I am building outputs for both web and Android. The code includes classes that are specific to one target (used by web and not Android, and vice versa). When building ...
Davout's user avatar
  • 1,798
0 votes
0 answers
67 views

I am getting error in Android release build MissingPluginException (No implementation found for method getNFCAvailability) and NFC starts working again only after restart Device : Samsung Galaxy A23 ...
Akhil George's user avatar
  • 1,097
4 votes
1 answer
125 views

Have anyone faced any issues when implementing schedule notifications? I'm building a medicine reminder application where I had to schedule many Notifications based on local DB(Isar). If users added 3 ...
Shafi Munshi's user avatar
0 votes
0 answers
85 views

I am trying to implement profile sharing but on windows, when i use share_plus i get the error "“Try again, we couldn't show you all the ways you could share” i believe it is a windows share ...
Fidel Ehirim's user avatar
0 votes
0 answers
59 views

I’m using flutter_webrtc with Ant Media(ant_media_flutter) Flutter for video broadcasting. I’m trying to lock the rear camera focus to infinity so that distant objects remain sharp and autofocus does ...
Alpit Panchal's user avatar
4 votes
1 answer
136 views

I am experiencing a TimeoutException after 12 seconds when attempting to connect my Flutter app to a Laravel Reverb server. dart late final options = PusherOptions( key: 'reverb-KEY', host: '...
Div's user avatar
  • 40
1 vote
0 answers
79 views

how to solve this issue. when I run my app on my real device then I got this following error: lookupResolvedPackageUris result contained more results than the request. See https://github.com/dart-...
Swati Suryawanshi's user avatar
0 votes
1 answer
131 views

I am using age_range_signals Flutter package to verify user age in my app. Consider the following code: final result = await AgeRangeSignals.instance.checkAgeSignals(); // How should I use `result....
rusty's user avatar
  • 1,525
2 votes
1 answer
167 views

I'm trying to set up ObjectBox in my Flutter project but encountering a compilation error when running the build_runner. Here are my environment details: Environment: OS: macOS (latest version) ...
Daniel Pinzaru's user avatar
0 votes
1 answer
112 views

I’m working on a Flutter app that uses Bluetooth Serial (flutter_bluetooth_serial). When I run the app in debug mode with flutter run, everything works fine. However, when I build the release APK ...
zainab Atwa's user avatar
0 votes
1 answer
92 views

I have implemented the Agora in my flutter android application and it's working completely. now i want to set infinity camera focus so i have try agora in build method as below mention but it's not ...
Alpit Panchal's user avatar
2 votes
1 answer
127 views

I'm very new to Riverpod and I'm implementing a login/logout flow using AsyncNotifier. I fetch the user profile after login and show the username on the home screen. The issue is: When I logout, the ...
Akhil George's user avatar
  • 1,097
Advice
0 votes
0 replies
81 views

I have used the google_mobile_ads package in flutter, but it increases the app size by 2–4 MB. My app is small, so this size increase could cause issues. Is there a lighter package or another approach ...
usaidr's user avatar
  • 11
0 votes
0 answers
74 views

i am trying to use Paystack, but all is working perfectly on iOS, but Android keep crashing, crash log D/FirebaseSessions( 6563): App backgrounded on com.xxx.xxx D/OneSignal( 6563): [main] ...
Gbenga B Ayannuga's user avatar
Best practices
1 vote
1 replies
172 views

I am trying to build an OCR feature in my Flutter app that can read hotel bills in multiple formats. The challenge is that these bills do not follow a fixed layout. From each bill, I need to extract ...
Manish sahu's user avatar
0 votes
0 answers
61 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
1 vote
4 answers
2k views

I’m trying to implement Google Sign-In in my Flutter app using google_sign_in: ^7.2.0 and Firebase Authentication, but I keep hitting the following error after selecting a Google account: ...
Axel Bergvall's user avatar
-3 votes
1 answer
144 views

I made a flutter project using Android Studio, but had to shift to using VS Code. When I tried running the build using VS Code, it started giving a configuration error (assembleDebug): The error was ...
droplet's user avatar
  • 61
3 votes
1 answer
357 views

Unhandled Exception: Cannot use the Ref of noteControllerProvider after it has been disposed. This typically happens if: A provider rebuilt, but the previous "build" was still pending and ...
Sinnoor C's user avatar
  • 100
3 votes
0 answers
210 views

I'm using the Flutter package pro_image_editor: ^11.12.1 for image editing in my app. The editor works fine for the first edit. However, I’m having trouble re-editing an image after it’s been saved ...
Raj A's user avatar
  • 562
2 votes
0 answers
69 views

I’m getting random barcode values when the scanner view closes due to timeout even though no QR code or barcode in front of the camera. Each time this happens, the detected values are different. Code :...
Akhil George's user avatar
  • 1,097
0 votes
1 answer
229 views

I'm building a website using Flutter Web, but when I scroll using the mouse scroll wheel, it doesn’t feel smooth it’s kind of laggy or jumpy compared to websites built with React or standard HTML/CSS. ...
OM BELEKAR's user avatar
0 votes
0 answers
241 views

I'm on a MacBook Air 2025 M4 (Apple Silicon) using Flutter 3.35.5 on channel stable, Xcode 26.0.1, and CocoaPods 1.16.2. Actual Setup: Component Version macOS 15.0 Sequoia CPU Apple M4 (ARM64) Flutter ...
Maximilian Grinik's user avatar
0 votes
0 answers
59 views

Configure project :gradle WARNING: Unsupported Kotlin plugin version. The embedded-kotlin and kotlin-dsl plugins rely on features of Kotlin 1.8.10 that might work differently than in the requested ...
BSF-68 Muhammad Zakariyya Usma's user avatar
0 votes
0 answers
80 views

I am using this package Flutter_pos_printer_platform_image_3 where it has predefined toast messages those are generally not a problem but right now what I am doing is periodically scanning and ...
The unknown entity's user avatar
0 votes
0 answers
193 views

I recently upgraded my Flutter SDK from 3.32.7 → 3.35.0. Since then, my app works fine in debug mode, but crashes on launch in release mode with the following stacktrace: FATAL EXCEPTION: main E/...
Shashank Jain's user avatar
1 vote
2 answers
257 views

Does anyone know the correct implementation of the flutter_app_icon_changer: ^0.1.1 library? and also what to place in the appIcons? What is the correct format of it? Does Anyone know the correct way ...
Vipin Kumar's user avatar
0 votes
0 answers
42 views

I am building a Flutter app where I have to execute three separate TensorFlow Lite models on-device: An embedding model An action video detection model A DistilGPT2 RAG model Currently, I bundle all ...
Nidhi Singh's user avatar
1 vote
1 answer
179 views

I want to achieve this animation and accurate shadows to the button : - the Tricky part would be getting shadow of the circular button , I tried using both foreground , and decoration property of ...
Ramji's user avatar
  • 70
0 votes
0 answers
62 views

After I added assets_audio_player package I started to get this error : FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':assets_audio_player:compileDebugKotlin'. ...
Tugba Ozkan's user avatar
4 votes
0 answers
187 views

Whenever I tap on the notification that I receive , there is a black flash or a collapsing effect , I have tested on real device and on release mode , the bug that I want to fix: - This is my xml : - ...
Ramji's user avatar
  • 70
2 votes
1 answer
157 views

In some apps (e.g., BlinkIt, Swiggy, etc.), the search field shows animated suggestions instead of a static placeholder. For example, the hint text rotates/animates between: “Search fruits” “Search ...
Deekshith Xetty's user avatar
0 votes
1 answer
201 views

I'm brand new to Flutter and I'm having trouble getting my application to run. This is what I get: warning: [options] source value 8 is obsolete and will be removed in a future release warning: [...
runnerpaul's user avatar
  • 7,606
0 votes
2 answers
80 views

I am trying to fetch one User (row) from users table in SQLite in Flutter. I am using sqflite package for that. But, the fetchedUser Map is empty as a result of query and I am getting errors: ...
DayGZax's user avatar
  • 40
3 votes
0 answers
161 views

I'm developing a Flutter SDK that I want to distribute to integrators without exposing my source code. I've seen packages like zolozkit_for_flutter on pub.dev that don't show their source code (GitHub ...
IamVariable's user avatar
6 votes
3 answers
1k views

I am using flutter_native_splash in my Flutter project. The splash screen works perfectly on Android 11 and below, but on Real Android 12 devices and above, the logo does not appear on the first app ...
Ramji's user avatar
  • 70
-2 votes
1 answer
242 views

Questions: I did try with window_manager either it is producing something that far from the result or something buggy . How can I make the window borderless and floating? Is it possible to create ...
FarHard112's user avatar
1 vote
0 answers
89 views

do you have same problem about this one. so i has been updated my google sign in package to 7.1.1 in my project. but i have problem the hostedDomain that already registered in initialize google sign ...
Luqmanul Hakiem's user avatar
0 votes
1 answer
76 views

I have a Flutter project that previously used the flutter_adaptive_cards package to render Microsoft Adaptive Cards. The old code looked something like this: final AdaptiveCard adaptiveCard = ...
Rajitha Perera's user avatar
0 votes
0 answers
121 views

I'm developing a Flutter app that continuously reads NFC tags for attendance using the flutter_nfc_kit package. The reading loop works fine on Android and mostly fine on iOS, but on iOS devices I ...
Akhil George's user avatar
  • 1,097
0 votes
1 answer
132 views

I’m using Flutter with flutter_background_service and geolocator to get location updates in the background. In debug mode, background location works fine even when the app is minimized or the screen ...
Akhil George's user avatar
  • 1,097
1 vote
1 answer
90 views

I want to analyze my Flutter app size for iOS and find out: Which pub.dev plugins are taking how much space. How much space my assets contribute. The size from my own Dart code (lib/) and native ios/ ...
Snehil Tejani's user avatar

1
2 3 4 5
140