liquid_glass_native 0.1.0
liquid_glass_native: ^0.1.0 copied to clipboard
Native Apple Liquid Glass UI for Flutter on iOS 26+ — real SwiftUI/UIKit glass widgets (buttons, tab bar, sheets, pickers), not a blur fake. Graceful fallback below iOS 26.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liquid_glass_nativeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
liquid_glass_native: ^0.1.0Alternatively, 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:liquid_glass_native/liquid_glass_native.dart';