【问题标题】:Is it possible to achieve edge lighting notification in flutter?是否可以在颤动中实现边缘照明通知?
【发布时间】:2021-07-18 20:15:01
【问题描述】:

我是 Flutter 的新手,我想实现每当我在我的应用中收到通知时点亮移动边缘的功能。

有没有可用的包? (虽然,我已经用谷歌搜索了,但找不到。) 我们如何才能实现这种功能?

该类应用的参考链接:

Edge Lighting Colors - Flash Alerts
Edge Lighting Colors - Round Colors Galaxy

提前致谢!

【问题讨论】:

  • 有人觉得它有用吗?

标签: flutter dart notifications flutter-packages flutter2.0


【解决方案1】:

当没有可用的包时,您必须自己编写一个。 阅读原生 Android API 并在 Flutter Plugin 中实现它。 你也可以在没有单独的包的情况下直接在MainActivity 中实现它并通过MethodChannel 将其连接到Flutter。

【讨论】:

  • 那么,如果没有母语知识,我们就无法实现这种功能?
  • 不,这个用例过于具体,Flutter 无法开箱即用。
  • 好的,谢谢回复!我希望一些颤振包开发人员看到我的问题并帮助我。大声笑:)
猜你喜欢
  • 1970-01-01
  • 2022-11-27
  • 1970-01-01
  • 2013-10-08
  • 1970-01-01
  • 1970-01-01
  • 2020-11-25
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多