drag_container 1.0.1 copy "drag_container: ^1.0.1" to clipboard
drag_container: ^1.0.1 copied to clipboard

outdated

Pull drawer effect with flutter, support click open and close, support drag open and close, support swipe gesture open and close

example/main.dart

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(),
    ));
7
likes
0
pub points
66%
popularity

Publisher

unverified uploader

Pull drawer effect with flutter, support click open and close, support drag open and close, support swipe gesture open and close

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on drag_container