native_adaptive_ui 0.1.2 copy "native_adaptive_ui: ^0.1.2" to clipboard
native_adaptive_ui: ^0.1.2 copied to clipboard

Adaptive Flutter widgets that resolve by platform, OS version, and form factor — Liquid Glass on iOS 26, Material 3 Expressive on Android 16, iPad-aware layouts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_adaptive_ui

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

dependencies:
  native_adaptive_ui: ^0.1.2

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:native_adaptive_ui/native_adaptive_ui.dart';
2
likes
160
points
125
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publishergauravraj.dev

Weekly Downloads

Adaptive Flutter widgets that resolve by platform, OS version, and form factor — Liquid Glass on iOS 26, Material 3 Expressive on Android 16, iPad-aware layouts.

Repository (GitHub)
View/report issues

Topics

#ui #adaptive #cupertino #material #platform

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_svg

More

Packages that depend on native_adaptive_ui

Packages that implement native_adaptive_ui