video_player + insets: native playback backend + animated viewPadding
- 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.
This commit is contained in:
@@ -7,4 +7,5 @@ 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';
|
||||
|
||||
Reference in New Issue
Block a user