What can Kotlin/Swift developers do on Android/IOS that Flutter can't? Will it be overcome?

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

    WebGL Texture plugin for Flutter

  • https://github.com/FlutterGL/flutter_web_gl seems promising. Tbh, I think there will be native support for 3D in flutter medium to long term given Flutter's popularity.

  • model_viewer.dart

    A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.

  • I think 3D/WebGL can be done. Someone wrapped google's model-viewer in flutter's webview and it works. Even AR works. Here is the repo: https://github.com/drydart/model_viewer.dart

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

    Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices

  • angle

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

  • It’s possible, and projects like Google’s angle project might be of use to create a bridge between OpenGL/OGL Dart wrapper and native APIs once Metal is supported. Just keep in mind that PlatformViews are expensive to use.

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