drag_container 1.0.2 drag_container: ^1.0.2 copied to clipboard
Pull drawer effect with flutter, support click open and close, support drag open and close, support swipe gesture open and close
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'example.dart';
/// 创建人: Created by zhaolong
/// 创建时间:Created by on 2020/7/6.
///
/// 可关注公众号:我的大前端生涯 获取最新技术分享
/// 可关注网易云课堂:https://study.163.com/instructor/1021406098.htm
/// 可关注博客:https://blog.csdn.net/zl18603543572
main() => runApp(MaterialApp(
home: BottomDragWidget(),
));