Rannie / flui

A powerful UI framework for Google Flutter.

Home Page:https://www.flui.xin/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用FLCupertinoActionSheet,若给属性borderRadius赋值,则会报错

zzscc opened this issue · comments

commented

出错代码:
BorderRadius radius = this.borderRadius ?? _isRound()
? BorderRadius.circular(_kCornerRadius)
: null;

运算符优先级没处理好

@zzscc 嗯,这个发现了,这两天会发一个新版本,把最近的问题修复。
感谢~

0.9.0 fixed