drawer_challenge icon indicating copy to clipboard operation
drawer_challenge copied to clipboard

Results 5 drawer_challenge issues
Sort by recently updated
recently updated
newest added

Hey! First of all, thank you for the examples they are really neat, nice job! But I have a question... How would you use this as an animation between pages?...

In a normal Drawer we would implement navigation along the lines of: `ListTile( leading: Icon(Icons.new_releases), title: Text('News'), onTap: () => Navigator.pushReplacementNamed(context, Routes.news), ), ` Then in the NewsPage I would...

Can u make it working for right side as well to use it like end drawer. and it would be nice if you can make it available on pub.dev making...

On android nexus 5 the animation was not working as it suppose to . So adding this worked for me

I tried with combination transform and rotate and other with Elevation card as well. something like this : https://dribbble.com/shots/4811613-3D-Product-Swipe Nothing seems to be working. Also, if you see closely, the...