ITManager

Results 3 issues of ITManager

> > > 我把作者到仓库clone修改了,自测通过。 > > > try use > > > https://github.com/lianyagang/flutter_swiper_null_safety/tree/master solved null_safety > > > 本来想提交pr到这里的,然而没权限 > > > > > > autoplay: true, // 使用了你的空安全的版本之后,设置自动无线轮播失效了 >...

`@override Widget build(BuildContext context) { return Container( height: 132, // 轮播图插件 child: Swiper( itemCount: bannerList.length, autoplay: true, itemBuilder: (BuildContext context, int index) { if (bannerList.length == 0) { return null;...

demo: svgtofont({ src: icons_pro, // svg path dist: path.resolve(process.cwd(), `fonts/${project.name}`), // output path styleTemplates: path.resolve(process.cwd(), `styles/${project.name}`), // file templates path (optional) fontName: 'fs-ava', // font name classNamePrefix: 'ava-', // css:...