Replies: 2 comments 4 replies
-
|
It's not possible to add it to Elastic without modifying the source code yourself. There have been requests to add plugin support, but it's not currently planned because it adds a lot of complexity and maintenance burden to the app. What many people have done (and what I encourage) is to fork the repository and add your own custom widgets to it. For example, this team distributes their own version of Elastic with custom widgets: https://github.com/Demacia5635/Elastic_Dashboard-Demacia_Widgets As for adding it, you would have to modify this file here to register your widget in the app: https://github.com/Gold872/elastic-dashboard/blob/main/lib/services/nt_widget_builder.dart |
Beta Was this translation helpful? Give feedback.
-
this is a feature that personally still interests me to implement, and once my arm heals i might work on it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add an image with buttons on it. I have the code and everything is ready to change how I add it. I'm new to dart.
@Gold872
Beta Was this translation helpful? Give feedback.
All reactions