
Description
These are two desktop services I am thinking of adding and I want feedback
-
Notifications.
There are good golang packages for this so should be easy to do native notification. -
Unilinks is when a user gets an email with a deeplinking into the flutter app. When they click the link it opens the flutter app and routes into the link.
Unilinks is the name of the flutter for mobile plugin and so we can reuse the Dart code and replace the java and objective c with golang. I am not sure what's already out there in terms of golang libs for this but I am confident it's doable. -
Printing
Dart has pdf gen but golang has great pdf gen. Assuming we want to go with the PDF approach ? Other way is to take a screen Scape raster image and bundle it inside a pdf. Both are useful.
Then there is sending it to a printer. There are some decent golang libs for this.
If I can get feedback, and I will start working on these.