我在颤振中实现以下设计时遇到问题

Posted

技术标签:

【中文标题】我在颤振中实现以下设计时遇到问题【英文标题】:I'm facing problems while achieving the following design in flutter 【发布时间】:2019-08-21 20:32:36 【问题描述】:

我是 Flutter 的新手,我只是在剪裁并试图从容器中获取特定设计时卡住了。我需要你的帮助来实现以下 UI,实际上需要实现设计。

return Column(
  children: <Widget>[
    SizedBox(height: 120),
    Center(
      child: ClipPath(
        clipper: SignInBoxClipper(),
        child: Container(
          width: 280,
          height: 120,
          decoration: BoxDecoration(
              borderRadius: BorderRadius.all(Radius.circular(6)),
              gradient: RadialGradient(
                colors: [
                  Color.fromRGBO(65, 175, 250, 1),
                  Color.fromRGBO(175, 136, 246, 1),
                ],
                radius: 1.3,
                center: Alignment(-0.9, .5),
              )),
        ),
      ),
    )
  ],
);

【问题讨论】:

【参考方案1】:

上传一张新图片,这个不可用。

【讨论】:

以上是关于我在颤振中实现以下设计时遇到问题的主要内容,如果未能解决你的问题,请参考以下文章

我在颤振中正确运行 multi_select_flutter 小部件时遇到问题

我在使用颤振构建 appbundle 时遇到问题

我在颤振(飞镖)中遇到一些错误

我在颤振中遇到 gradle 问题。无法打开设置文件的设置通用类缓存

尝试从 youtube-search-tutorial 实现 BLoC 时出现颤振错误

颤振的网络套接字