Will Impeller fix performance in Platform views on iOS?

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

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

    The Flutter engine (by flutter)

  • To add a bit to this: There is certainly room to reduce overhead of platform views and I'd expect things to get better over time. With #37789 landed we have a very rudimentary platform view support on macOS without thread merging. There is undergoing effort to migrate iOS embedded to use the embedder API, which will also means that thread merging on iOS will no longer be necessary. Using IOSurfaces for overlays down the line would also be cheaper than full CAMetalLayer. I have a prototype for platform view clipping that uses CAShapeLayer instead of rasterising the clip shape (which currently happens on iOS).

  • flutter_embedder

    Flutter embedder written in Rust (WIP)

  • I've started writing my own Flutter shell here that runs on all desktop and mobile systems Flutter supports without any platform-specific code paths. The trick is that I'm delegating the responsibility for platform-specific code to a generic library (winit in this case) and so keep it out of my codebase.

  • 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.

    InfluxDB logo
  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • I've filed a ticket here!

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