rexthecoder / Bamboo

Utilities that make it easy and fast to build adaptive apps for mobile, web, and beyond with Flutter.
https://pub.dev/packages/bamboo
MIT License
39 stars 2 forks source link

Change detection method #3

Open dzakyraf opened 1 year ago

dzakyraf commented 1 year ago

Thankyou for the package its very helpful for us, but i noticed some problem when in dekstop and open chrome devtools on bottom the layout changes to mobile then i look to your method of detection it using shortest side. I suggest using width only to detect device because in flutter potrait and landscape have different width.

rexthecoder commented 1 year ago

@dzakyraf Sound interesting, I will look into that

rexthecoder commented 1 year ago

1.0.3 fixed this error