Skip to main content
-2 votes
2 answers
612 views

Is there a way to create desktop-only CSS? Or a way to work around this? I have been looking at some media queries like these, but without luck so far: @media (any-pointer: fine) @media screen and ( -...
Z0q's user avatar
  • 2,015
-1 votes
1 answer
59 views

I'm kinda new with the mobile app development, I've seen sometimes some snippets of async codes runned using MainThread.BeginInvokeOnMainThread, what's the difference beetween running some async code ...
Steven's user avatar
  • 69
0 votes
1 answer
60 views

I'm wondering how to address a concern I have. I have a "foo" and multiple conditional platform-specific "foos" (e.g., winFoo, LinuxFoo, or AndroidFoo), where all the platform-...
Jôsùå's user avatar
0 votes
0 answers
779 views

How can I send data as a stream from native Kotlin code to Flutter? I have implemented Method Channel, but they send only once, but I need a stream of data. I have tried EventChannel but I'm getting ...
Shehzad Raheem's user avatar
4 votes
2 answers
2k views

I'm trying to implement plattform specific partial method in .NET MAUI to get the connection string for the database. In the "main application": namespace TestApp.DL; public partial class ...
Cliffhanger's user avatar
  • 1,247
1 vote
0 answers
117 views

I am writing a c# application that currently uses #if IOS using Plugin.Firebase.iOS; #else using Plugin.Firebase.Android; #endif and then it uses it later on: void SomeMethod(Events events) { #if IOS ...
Adam B's user avatar
  • 3,946
0 votes
1 answer
640 views

I am trying to make a platform specific dialog, but mine solution all the time shows android (i am working on iphone simulator). Do you have any idea what is the problem? onTap: () => ...
RobEleven's user avatar
  • 119
1 vote
4 answers
401 views

I use a basic bottomNavigationBar and now it shows just page without any transition,i want to use page transition when tap different bottomNavigationBars item.
zubayer bin montasir's user avatar
2 votes
1 answer
3k views

How to pass data from flutter to native iOS (Swift) by using platform specific code. I searched in the internet and stack overflow but it is showing an example of only Native Android. Below is the ...
Mohammed Nabil's user avatar
2 votes
3 answers
1k views

I want to add .AAR file into my flutter project. How to add .AAR file ?? please help I follow this steps in my android studio but it not work File --> New --> New module --> import JAR/AAR ...
damith alahakoon's user avatar
0 votes
1 answer
451 views

I have an app with a structure like this (where the Frame has the contents set to a Page eg MyPage: MainWindow.xaml <Window ... Height="450" Width="800"> <Grid> ...
Abraham Murciano Benzadon's user avatar
3 votes
0 answers
1k views

Since R 4.0 data.table can no longer can use OpenMP if installed as a binary from CRAN. The message upon loading the package is: "data.table 1.12.8 using 1 threads (see ?getDTthreads). Latest ...
Yan Alperovych's user avatar
0 votes
1 answer
133 views

I am working on a project which requires to have a strong architecture; I'm currently using MDA (Model-Driven Architecture) and i am facing a trouble in the Platform-Specific Model (M1). I have a ...
Yolo McWolf's user avatar
1 vote
1 answer
1k views

I'm trying to scan, connect and receive data from a Bluetooth module. Everything works fine if I just use an android application. I can scan and find all nearby devices, connect to anyone (I'm only ...
AMSAK's user avatar
  • 13
10 votes
0 answers
8k views

Okay, I know SwiftUI is a shift in thinking, especially coming from a world of HTML and css. But I've spent like 4 days trying to get something to work that I feel should be pretty easy and just can'...
Lamprizzle's user avatar

15 30 50 per page