Chris1234567899 / flutter_time_range_picker

A time range picker for Flutter
Other
33 stars 52 forks source link

looking so large in web app #29

Closed rawquesh closed 2 years ago

rawquesh commented 2 years ago

hey Chris, really like your package, I am currently using this in a web project but it's looking so weirdly large, i would like to know if there is an option to manage the size of it, thank you.

Screenshot (630)

Chris1234567899 commented 2 years ago

Ok. Right now, I see two options here:

  1. If you don't need the dialog, you can implement it as a widget (see example) and just size the parent to your liking.
  2. If you do want to have the dialog, you can use meanwhile a custom one (see also example) and style it accordingly.

I will think about adding parameters for this, but it might take a while.

rawquesh commented 2 years ago

thank you, for now, I am using a custom one.