liquid_glass_native 0.0.1 copy "liquid_glass_native: ^0.0.1" to clipboard
liquid_glass_native: ^0.0.1 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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'gallery.dart';

void main() => runApp(const DemoApp());

class DemoApp extends StatelessWidget {
  const DemoApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: ThemeData.dark(useMaterial3: true).copyWith(
        scaffoldBackgroundColor: const Color(0xFF0E0E16),
      ),
      home: const Gallery(),
    );
  }
}
2
likes
0
points
260
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#liquid-glass #ios #cupertino #native #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on liquid_glass_native

Packages that implement liquid_glass_native