【问题标题】:Flutter local notification notFlutter 本地通知不
【发布时间】:2022-11-29 05:27:17
【问题描述】:

我又来了。从现在开始,我已经尝试了 2 天来使用 local_notification 和 awesome_notificaion 创建计划通知,但它们都不起作用。有人可以帮我吗?我已经尝试了所有关于此的教程,但没有任何效果..

我试过所有 yt 教程

【问题讨论】:

    标签: flutter


    【解决方案1】:

    您可以使用波浪状的来自 animated_text_kit 包的效果如下:

     return DefaultTextStyle(
      style: const TextStyle(
        fontSize: 20.0,
      ),
      child: AnimatedTextKit(
        animatedTexts: [
          WavyAnimatedText('Loading...'),
        ],
        isRepeatingAnimation: true,
        onTap: () {
          print("Tap Event");
        },
      ),
    );
    

    【讨论】:

      猜你喜欢
      • 2020-06-14
      • 2023-02-07
      • 2021-10-16
      • 2021-10-12
      • 2020-12-03
      • 2020-11-26
      • 2022-12-07
      • 1970-01-01
      • 2021-03-23
      相关资源
      最近更新 更多