glassx_ios 1.1.0 copy "glassx_ios: ^1.1.0" to clipboard
glassx_ios: ^1.1.0 copied to clipboard

native-powered iOS Liquid Glass UI UIVisualEffectView via PlatformView with adaptive BackdropFilter fallback on Android and Web. Write once, get stunning glass UI everywhere.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add glassx_ios

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

dependencies:
  glassx_ios: ^1.1.0

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:glassx_ios/config/glassx_config.dart';
import 'package:glassx_ios/config/glassx_performance.dart';
import 'package:glassx_ios/core/glassx_provider.dart';
import 'package:glassx_ios/core/glassx_theme.dart';
import 'package:glassx_ios/glass_x.dart';
import 'package:glassx_ios/platform/android/glassx_android_blur.dart';
import 'package:glassx_ios/platform/glassx_platform.dart';
import 'package:glassx_ios/platform/ios/glassx_ios_blur.dart';
import 'package:glassx_ios/utils/glassx_color_utils.dart';
import 'package:glassx_ios/utils/glassx_debug_overlay.dart';
import 'package:glassx_ios/widgets/glass_x_app_bar.dart';
import 'package:glassx_ios/widgets/glass_x_blur.dart';
import 'package:glassx_ios/widgets/glass_x_bottom_sheet.dart';
import 'package:glassx_ios/widgets/glass_x_card.dart';
import 'package:glassx_ios/widgets/glass_x_container.dart';
import 'package:glassx_ios/widgets/glass_x_dialog.dart';
import 'package:glassx_ios/widgets/glass_x_material_app.dart';
import 'package:glassx_ios/widgets/glass_x_nav_bar.dart';
import 'package:glassx_ios/widgets/glass_x_scaffold.dart';
1
likes
150
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

native-powered iOS Liquid Glass UI UIVisualEffectView via PlatformView with adaptive BackdropFilter fallback on Android and Web. Write once, get stunning glass UI everywhere.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on glassx_ios

Packages that implement glassx_ios