- video_player: ExoPlayer (Android) / AVPlayer (iOS/macOS) backend with PixelBufferSink, method-channel adapter, Dart-side XVideoPlayer + testing fake. - insets: XInsets singleton + XAnimatedInsets widget lerp the system viewPadding over 220ms so OS bar visibility toggles (immersiveSticky <-> edgeToEdge) slide bottom-/top-anchored UI into place instead of snapping by the nav-bar / status-bar height.
12 lines
299 B
Dart
12 lines
299 B
Dart
/// Test-only utilities from `ux`. Import only from test files:
|
|
///
|
|
/// ```dart
|
|
/// import 'package:ux/testing.dart';
|
|
/// ```
|
|
library;
|
|
|
|
export 'src/testing/fake_camera.dart';
|
|
export 'src/testing/fake_gallery.dart';
|
|
export 'src/testing/fake_video_player.dart';
|
|
export 'src/testing/text_golden.dart';
|