Nearby devices detection in flutter
I’m working on a flutter application that protects copyrighted PDF materials and at first I used a watermark to cover the PDF screen but I noticed that it made the document barely readable so is there any way to detect if the user trying to take a photo from another phone?
How do I resolve the issue I get every time I run my Flutter project?
Almost every time I run my project in debug mode in VS Code, I get this error: TypeError: Cannot read properties of undefined (reading 'OverviewCard')
(OverviewCard
is a custom widget I created). The widget mentioned after the “reading” part is almost always random — sometimes it even blames MaterialApp
.
Execution failed for task ‘:geocoding_android:processDebugManifest’ in flutter
Failed to calculate the value of task ‘:geocoding_android:processDebugManifest’ property ‘packageOverride’.
Failed to query the value of property ‘applicationId’.
> Package Name not found in ~/.pub-cache/hosted/pub.dartlang.org/geocoding_android-2.1.2/android/src/main/AndroidManifest.xml,
Flutter: File Upload Issue on Android 14 for Camera Photos
I’m working on a Flutter app that uploads photos and videos to a server. The upload process involves selecting files from the gallery. The app works fine on devices with Android versions 13 and below. However, on Android 14, there’s a problem when selecting photos taken by the camera. Photos downloaded from apps like WhatsApp or Messenger upload without issues, but when selecting a photo taken by the camera, the server doesn’t receive the file (it receives the other information sent in the formData but not the actual file).
Flutter Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in
While I am trying to generate apk it gives me following error
Can’t switch Focus between a widget and its parent
I’m working at a Android TV adpated app and here is my layout,
a list item with a delete btn as trailing
Can’t switch Focus between a widget and its parent on the FIRST list item
I’m working at a Android TV adpated app and here is my layout,
a list item with a delete btn as trailing
Flutter : Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1
I got some erros in my flutter app
Having multiples android folders in Flutter
I am working with many different Android devices. Not only phones, but POS, kiosks and more. They all have different requirements, from specific dependencies to Pro-guard rules and so on. But the UI application and logic is almost the same with some variants using each other’s capabilities, from printers, scanners, etc.
Notification Panel Displays When App is Pinned – Anyone Else Experienced This?
I’ve encountered an issue where the notification panel always displays when the app is pinned (Kiosk mode), after tapping the notification panel. Has anyone else experienced this? Any suggestions for resolving this would be appreciated.