flutter 3.44 pre

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-13 09:36:54 +08:00
parent 3ee60f9877
commit f6628cf2fe
31 changed files with 1284 additions and 327 deletions

View File

@@ -5,8 +5,8 @@
import 'dart:math' as math;
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/material.dart' hide ListView;
import 'package:flutter/rendering.dart' hide RenderSliverList;
class ChatListView extends BoxScrollView {
ChatListView.separated({
@@ -32,7 +32,12 @@ class ChatListView extends BoxScrollView {
bool addAutomaticKeepAlives = true,
bool addRepaintBoundaries = true,
bool addSemanticIndexes = true,
@Deprecated(
'Use scrollCacheExtent instead. '
'This feature was deprecated after v3.41.0-0.0.pre.',
)
super.cacheExtent,
super.scrollCacheExtent,
super.dragStartBehavior,
super.keyboardDismissBehavior,
super.restorationId,