Optimize Flutter iOS Build using ccache

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • firestore-ios-sdk-frameworks

    ⚡ Precompiled Firestore iOS SDKs extracted from the Firebase iOS SDK repository release downloads for faster build times.

    Two years back, to address this issue, I found this and applied: https://github.com/invertase/firestore-ios-sdk-frameworks This helped to save 40min in the CI/CD, but It's always been painful to update firebase related dependencies. Since I have fixed the iOS SDK version, it easily introduces regression or builds fail when it doesn't match with flutter's firebase dependency.

  • flutterfire

    🔥 A collection of Firebase plugins for Flutter apps.

    For the moment, the pre-compiled SDK doesn't work with the latest flutter firebase libraries: https://github.com/firebase/flutterfire/issues/9761 So it takes an hour to build my project in GitHub action. I can't live with it!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • ccache-action

    github action to speedup building using ccache

    Same steps as the local machine. We need to use ccache-action to install the ccache easily and let it automatically store and restore the cache: https://github.com/hendrikmuhs/ccache-action

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts