fix: correct the scrolling status error when adding new records to the merged record group

This commit is contained in:
Nedifinita
2025-10-08 22:35:43 +08:00
parent cc2a495984
commit 5b3960f7d6
2 changed files with 218 additions and 217 deletions

View File

@@ -2,7 +2,7 @@ name: lbjconsole
description: "LBJ Console"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.5.1-flutter+51
version: 0.5.2-flutter+52
environment:
sdk: ^3.5.4
@@ -76,7 +76,6 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
@@ -129,4 +128,4 @@ msix_config:
publisher: CN=noxylva, O=noxylva.org, C=US
logo_path: assets/icon.png
capabilities: bluetooth,internetClient,location
certificate_path: keystore.jks
certificate_path: keystore.jks