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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add media_query_watcher

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  media_query_watcher: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:media_query_watcher/media_query_watcher.dart';
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