nitro_fold_duo 0.0.1 copy "nitro_fold_duo: ^0.0.1" to clipboard
nitro_fold_duo: ^0.0.1 copied to clipboard

iPhone Duo support for Flutter backed by UIKit's reserved-region, hinge and vertical-bar APIs over Nitro FFI, with fold-aware layout and Liquid Glass chrome.

example/lib/main.dart

import 'package:flutter/foundation.dart' show kDebugMode;
import 'package:flutter/widgets.dart';
import 'package:marionette_flutter/marionette_flutter.dart';

import 'app.dart';

void main() {
  // Marionette drives the running app over the VM service in debug builds;
  // release builds keep the ordinary binding.
  if (kDebugMode) {
    MarionetteBinding.ensureInitialized();
  } else {
    WidgetsFlutterBinding.ensureInitialized();
  }
  runApp(const DuoDemoApp());
}
2
likes
160
points
48
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publishershreeman.dev

Weekly Downloads

iPhone Duo support for Flutter backed by UIKit's reserved-region, hinge and vertical-bar APIs over Nitro FFI, with fold-aware layout and Liquid Glass chrome.

Repository (GitHub)
View/report issues

Topics

#foldable #iphone-duo #ffi #nitro #layout

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

flutter, nitro, plugin_platform_interface, signals_flutter

More

Packages that depend on nitro_fold_duo

Packages that implement nitro_fold_duo