flutter_3d_ball

Last updated:

0 purchases

flutter_3d_ball Image
flutter_3d_ball Images
Add to Cart

Description:

flutter 3d ball

flutter_3d_ball #
一个自动旋转的仿3D球体

特性 #

支持手动/自动转动
支持暂停/继续转动控制
支持高亮处理部分标签

Getting Started #
RBallView(
isAnimate: provider.curIndex == 0,
isShowDecoration: false,
mediaQueryData: MediaQuery.of(context),
keywords: snapshot.data,
highlight: [snapshot.data[0]],
onTapRBallTagCallback: (RBallTagData data) {
print('点击回调:${data.tag}');
},
),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.