simple_drawer 0.0.8 copy "simple_drawer: ^0.0.8" to clipboard
simple_drawer: ^0.0.8 copied to clipboard

outdated

simple_drawer offers an easy way to implement your own widget as a drawer which slides in from any direction (top, bottom, left & right).

[0.0.1] - 2021-03-16 #

  • simple_drawer offers an easy way to implement your own widget as a drawer which slides in from any direction (top, bottom, left & right).
  • Pop your own widget into a SimpleDrawer and it can slide in from any direction. The background will be obscured by a color which fades in.
  • Offers customization of fadeColor, animationCurve & Duration & area where the widget widget is shown.

[0.0.2] - 2021-03-19 #

  • add example
  • format code (using dart format)
  • refactor functionality of simpleDrawerAreaHeight & Width to perform bug-free when user inputs certain faulty data (too large child size)
  • refactor description

[0.0.3] - 2021-03-20 #

  • add gifs

[0.0.4] - 2021-03-20 #

  • change gif sizes

[0.0.5] - 2021-03-20 #

  • fix images (0.0.4 broke them)

[0.0.6] - 2021-04-10 #

  • add function isActive, so the user can get the current status of any SimpleDrawer
  • hide _idToStreamController (formerly idToStreamController) from user

[0.0.7] - 2021-04-10 #

  • switch function isActive for getDrawerStatus, which represents the status more accurately.
  • Update example to include getDrawerStatus

[0.0.8] - 2021-04-10 #

  • fix library (to include DrawerStatus)
15
likes
0
pub points
78%
popularity

Publisher

unverified uploader

simple_drawer offers an easy way to implement your own widget as a drawer which slides in from any direction (top, bottom, left & right).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_drawer