使用顫振包有缺點嗎? (Is there a downside for using flutter packages?)


問題描述

使用顫振包有缺點嗎? (Is there a downside for using flutter packages?)

在一個應用中使用多個包會影響性能或包大小嗎?

我最熟悉網絡,並試圖更多地了解它在移動應用方面的情況。


參考解法

方法 1:

As long as you are using good healthy packages (like from Google/Dart team and other well maintained packages), there isn't anything you need to worry about.

There is no significant performance issue you'd notice when using more and more packages but yes the size of your app will definitely increase.

You can find the health of package on pub.dev

enter image description here

(by Elia. DCopsOnRoad)

參考文件

  1. Is there a downside for using flutter packages? (CC BY‑SA 2.5/3.0/4.0)

#flutter-packages #Flutter






相關問題

使用顫振包有缺點嗎? (Is there a downside for using flutter packages?)

導入 Http/http.dart 包時出錯 (error in importing Http/http.dart package)

flutter pub get 卡住了 (flutter pub get is stucking)

在 Onboard Pages 上進行 Flutter 應用程序初始化? (Flutter app initialization at Onboard Pages?)

Flutter + FlutterFire 版本根據遷移指南使用 firebase_messaging 解決失敗的 firebase_remote_config (Flutter + FlutterFire version solving failed firebase_remote_config with firebase_messaging as per migration guide)

無法在 iOS 模擬器上使用顫振圖像選擇器選擇圖像 (Unable to select image using flutter image picker on iOS simulator)

Flutter Package:未壓縮的包存檔太大 (Flutter Package : Uncompressed package archive is too large)

我可以知道是否有一個顫振包可以在照片和圖紙上做標記和註釋? (May I know is there a flutter package to do markups and annotations on photos and drawings?)

使用音頻播放器包時出現顫振錯誤 (Flutter error when using audioplayer packages)

Flutter 上的 lib 中沒有包選擇 (There isn't package selection in lib on Flutter)

運行“flutter pub get”時在 google_maps_flutter 上解決 Flutter 版本失敗 (Flutter version solving failed on google_maps_flutter while running "flutter pub get")

顫振中甜甜圈圖表中的最高值弧 (Highlist highest value arc in donut chart in flutter)







留言討論