Im-Kevin / cool_ui

用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘
Apache License 2.0
460 stars 74 forks source link

只需要部分类拆解的时候找不到某个包 #11

Closed ddwhan0123 closed 5 years ago

ddwhan0123 commented 5 years ago

WidgetUtil这类 和ScreenUtil这个 引用哪个包,谢谢

Im-Kevin commented 5 years ago

如果你只是想用这两个类,建议你用https://github.com/Sky24n/flustars

ddwhan0123 commented 5 years ago

好的 谢谢

Im-Kevin commented 5 years ago

不建议你拷贝部分代码,Flutter是有tree-shaking优化的,引用整个包对你的打包大小是没有影响的