Opening C# application from flutter desktop application
55 views
Skip to first unread message
Ujjwal Silwal
unread,
Aug 5, 2019, 4:01:40 AM8/5/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Desktop Embedding for Flutter
how can we open the c# application by passing argument value from flutter desktop application. As in flutter desktop there is issue while printing receipt from flutter desktop embedding
Stuart Morgan
unread,
Aug 5, 2019, 9:47:57 AM8/5/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
how can we open the c# application by passing argument value from flutter desktop application.
Could you explain what issues you are having? I'm not aware of any reason standard Dart or Win32 APIs (depending on which part of the application you want to do this from) for launching processes wouldn't work.
As in flutter desktop there is issue while printing receipt from flutter desktop embedding
Do you mean that there are issues implementing printing as a plugin? Could you elaborate on that?