Android: Allow pinning a specific note to the home screen #838
Replies: 3 comments
-
|
Blocked by flutter/flutter#26134 There is a small proof of concept in https://github.com/imReker/FlutterHomeWidget but I'd prefer to wait until it becomes a proper package instead of doing that myself. |
Beta Was this translation helpful? Give feedback.
-
|
Would this be easier to implement as shortcuts instead of widgets? https://stackoverflow.com/a/69893333 |
Beta Was this translation helpful? Give feedback.
-
|
It appears that there is a relatively new package that adds widgets in flutter: https://pub.dev/packages/home_widget, if that is what you are waiting for. Since iOS now also has the same ability to add widgets, this could also work cross-platform. I am in the process of moving away from Nextcloud (separation of concerns, slow php with many plugins) and I'm searching for an alternative to the Nextcloud Notes app on android. The widget should have the option to have the title at the top, or not. And the ability to change the base font size of the rendered markdown in the widget. The whole note should be shown in the widget and if it doesn't fit, it should be able to scroll vertically. Clicking on the widget should just open the corresponding note, having the text cursor at the position clicked isn't necessary imo. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions