介绍一款下拉框多选插件
multi_select_flutter: ^4.0.0
https://github.com/CHB61/multi_select_flutter

使用
class SelectMoreDropDemo extends StatefulWidget {
const SelectMoreDropDemo({
Key key}) : super(key: key);
@override
_SelectMoreDropDemoState createState() => _SelectMoreDropDemoState();
}
class _SelectMoreDropDemoState extends State<SelectMoreDropDemo> {
List<Elements> _element = [
Elements(id: 1, name: "A"),
Elements

本文详细介绍了一款名为multi_select_flutter的插件,用于在Flutter中创建带有自定义样式的下拉框多选组件,包括基本用法和实例代码。通过实例展示了如何在应用中集成和处理用户选择。
最低0.47元/天 解锁文章
1231

被折叠的 条评论
为什么被折叠?



