Flutter中ListView侧滑菜单
Flutter中ListView侧滑菜单 项目地址:https://github.com/letsar/flutter_slidable 如何使用: 在pubspec.yamlflutter项目的中,添加以下依赖项: flutter_slidable:“ ^ 0.5.4 ” 在页面中引用 import 'package:flutter_slidable/flutter_slidable.dart'; 具体使用 Slidable( actionPane: SlidableDrawerActionPane(), //滑动风格 actionExtentRatio: 0.25, ch