What are Flutter's Current Gotchas?

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

  • Can't take a screenshot of platform view. Why should you care? Well, if you need to record your screen when you, for example, introduce Unity engine in order to implement ARCore features, you need to record everything in Unity, because Flutter does not allow you to. Take a screenshot of camera stream and process the photo? Good luck, it's not happening.

  • flutter_tts

    Flutter Text to Speech package

  • For all the rest, you will use the exactly same thing you use in Kotlin. Each Flutter plugin can Java, Kotlin, Swift and Objective-C code to support it. For instance: Text to Speech. If you get this plugin: flutter_tts | Flutter Package (pub.dev) you will notice that it have a Java counterpart ( flutter_tts/FlutterTtsPlugin.java at master · dlutton/flutter_tts (github.com) ) and a lot of swift stuff ( flutter_tts/ios at master · dlutton/flutter_tts (github.com) ) to do the same for iOS. Dart talks to this plugins sending messages (a string for the name of the action (i.e. "speak") and parameters). So, if your "native" Kotlin import will add some startup time or will inflate your app from 4Mb to 30Mb, the same will happen in Flutter.

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

  • Updated Google Sign In for Web

    2 projects | /r/FlutterDev | 17 Feb 2023
  • How to create Chrome extension using Flutter?

    3 projects | dev.to | 1 Jan 2023
  • Show the Date picker on TextField in flutter

    3 projects | dev.to | 18 Dec 2022
  • Water Shader animation in Flutter

    3 projects | /r/FlutterDev | 10 Dec 2022
  • Be 60FPS smooth, no matter how janky your app originally was due to heavy build/layout, by drop-in replacements or builders. Anyone interested in this? Will further polish it if many are interested.

    4 projects | /r/FlutterDev | 17 Oct 2022