uih 1.0.6 copy "uih: ^1.0.6" to clipboard
uih: ^1.0.6 copied to clipboard

A Flutter utility package providing responsive UI helpers, MediaQuery extensions, and platform-specific sizing utilities for consistent cross-platform layouts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uih

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

dependencies:
  uih: ^1.0.6

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:uih/uih.dart';
1
likes
160
points
16
downloads

Publisher

verified publisheradaptolearning.com

Weekly Downloads

A Flutter utility package providing responsive UI helpers, MediaQuery extensions, and platform-specific sizing utilities for consistent cross-platform layouts.

Repository (GitHub)
View/report issues

Topics

#responsive #ui-helper #extensions #mediaquery #flutter-ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on uih