Skip to content

Plugins support #10

Closed
Closed
@ghost

Description

These are two desktop services I am thinking of adding and I want feedback

  1. Notifications.
    There are good golang packages for this so should be easy to do native notification.

  2. 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.

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    embedderIssue concerns the embedder packageenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions