如何提高我的 flutter web 性能以及如何删除 flutter web 中的 leggence?

how can I increase my flutter web performance and how can i remove leggence in my flutter web?

我用 flutter 构建了 web 应用程序,但是我的 web 应用程序的性能太差了,它不流畅,它太长了,我该怎么做才能解决这个问题给我建议

我也尝试了很多解决方案,但这些都不适用于我的 flutter web 我还发布了我的 web,它也像我的 deub 模式一样长。 我的 pub yaml 文件

name: doctor appointment
description: Oriel Research Therapeutics online services.     

publish_to: 'none' 

version: 1.0.0+1

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  # firebase_core: "^0.7.0"
  firebase_core: ^1.0.1
  # firebase_auth: "^0.20.0+1"
  firebase_auth: ^1.0.1
  # flutter_signin_button: ^1.1.0
  shared_preferences: ^2.0.5
  cloud_firestore: ^1.0.4
  firebase_storage: ^8.0.6
  

  # The following adds the Cupertino Icons font to your application.
  # Use with the Cupertino Icons class for iOS style icons.
  cupertino_icons: ^1.0.1
  flutter_custom_clippers: ^1.1.2
  responsive_builder: ^0.1.2
  # velocity_x: ^1.0.1
  velocity_x: ^2.6.0
  url_launcher: ^6.0.2
  provider: ^4.3.2
  footer: ^0.0.3
  # youtube_player_iframe: ^1.2.0+2
  carousel_slider: ^3.0.0
  youtube_plyr_iframe: ^2.0.0
  get: ^3.25.4
  package_info: ^0.4.3+4
  modal_progress_hud: ^0.1.3
  equatable: ^2.0.0
  file_picker: 3.0.0
  dio: ^4.0.0
  webview_flutter: ^1.0.0
  # js: ^0.6.2
  page_transition: "^1.1.7+6"
  http:
  flutter_credit_card: ^2.0.0
  font_awesome_flutter: ^9.0.0

dev_dependencies:
  flutter_test:
    sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

  uses-material-design: true

  # To add assets to your application, add an assets section, like this:
  assets:
    - assets/logos/
    - assets/services/
    - assets/team/
    - assets/images/



  
  

试试下面的链接。通过摆脱页面转换帮助我解决了一些性能问题。

https://medium.com/flutter/optimizing-performance-in-flutter-web-apps-with-tree-shaking-and-deferred-loading-535fbe3cd674

https://medium.com/flutter/improving-perceived-performance-with-image-placeholders-precaching-and-disabled-navigation-6b3601087a2b