native_adaptive_ui 0.1.0
native_adaptive_ui: ^0.1.0 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, with safe fallbacks everywhere else.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add native_adaptive_uiWith Flutter:
$ flutter pub add native_adaptive_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
native_adaptive_ui: ^0.1.0Alternatively, your editor might support dart pub get or 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';