iOS jank - Reproducible example

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Flutter

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

  • Well, after reading the shader compilation PSA on flutter.dev, they aren't going to work with the "ubershader" AKA SkiaSL interpreter on GPU, because there is no way to know if the effort of porting a Skia SL interpreter as a shader program would run fast enough on regular phones, and the time needed to compile this shader would be quite a big chunk of the start-up time. I wonder if you can AOT this on Apple's infrastructure and deliver using features like Google Play's distribution. Considering there is like 20 iPhone models, they might just be okay to just AOT compile the shader.

  • engine

    The Flutter engine (by flutter)

  • Specifically to iOS, there was a change about a year ago when we switched the default from OpenGL to Metal on iOS (https://github.com/flutter/engine/pull/17431). As a result, we (unintentionally) lost one of the layers of caching of shaders due to lack of support in Metal/Skia. This made one cause of "first run jank” happen on every run on iOS. This is not the only performance issue you may ever encounter (and often isn’t the root cause of reported instances of jank), but is a specific issue we are addressing through planned architectural changes I will discuss below.

  • 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-engines-no-metal

    Compiled flutter engines with metal disabled for iOS

  • according google devs not recommend to use it, but my short-term solution is disabling metal and use opengl. I use this version: https://github.com/acoutts/flutter-engines-no-metal/tree/master/1.22.3 of the engine and haven't any problems with animations and performance. Right now my app using by 1000 iOS users and about 2000 android users. Another think you can try is run animations behind the splash screen. Here is example and it work! https://gist.github.com/Renesanse/1572e5090075fd79251d4fd4543d7274

    You can build it yourself from https://github.com/flutter/gallery or of course use gallery.flutter.dev (for the web version).

  • warmup_routine

    A library for handling animation warmup generically as discussed in: https://github.com/flutter/flutter/issues/76180

  • I see that some great guy fond a feasible workaround for `first run junk` issue https://github.com/danReynolds/warmup_routine

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Flutter: Unleashing the Power of Cross-Platform App Development!

    4 projects | dev.to | 14 Jul 2023
  • Unbearable Vector Map Performance in Flutter

    6 projects | /r/FlutterDev | 28 Jun 2023
  • Let's Post to Bluesky Social easily with Dart and Flutter

    2 projects | dev.to | 14 Jun 2023
  • Flutter and Apple Vision Pro

    3 projects | /r/FlutterDev | 7 Jun 2023
  • Does Open Metro API count as NonFreeNet anti-feature?

    1 project | /r/fdroid | 28 May 2023