1. 8
    1. 1

      So

      • no refresh rate change, no dynamic refresh rate
      • no http 2+
      • no detecting background/foreground change requires plugins (which is equally annoying in native android, where no constructors are common and viewchanges null out your entire UI variables)
      • stuff like biometric auth is broken on older android (everday stuff on android)
      • animations aren’t pre-compiled and stutter at first

      I really hope flutter will fix those issues, android-native has a ton of different issues.