media_query_watcher 0.0.1 copy "media_query_watcher: ^0.0.1" to clipboard
media_query_watcher: ^0.0.1 copied to clipboard

places a widget inside the widget tree that observes the apps MediaQueryState and exposes streams to listen to. Also MediaQueryBuilder lets you granularly build on changes to the MediaQueryState

media_query_watcher 👀 #

places a widget inside the widget tree that observes the apps MediaQueryState and exposes streams to listen to. Also MediaQueryBuilder lets you granularly build on changes to the MediaQueryState

    MediaQueryWatcher(
        // optional key
        key: UniqueKey(),
        // 
        widthWatchThreshholds: [
          400.0,
          600.0,
          1000,
        ],
        heightWatchThreshholds: [1200.0, 600.0],
        child: // CHILD
4
likes
110
pub points
0%
popularity

Publisher

verified publisherquantumgray.tech

places a widget inside the widget tree that observes the apps MediaQueryState and exposes streams to listen to. Also MediaQueryBuilder lets you granularly build on changes to the MediaQueryState

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on media_query_watcher