Creating an android app with Dart

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

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

    Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. (by conduit-dart)

  • It sounds like you are looking for a Dart web framework. I found this one with a quick Google search: https://aqueduct.io/

  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

  • Android (and macOS) require the UI updates to happen from the main thread. Your Dart code doesn't run from main thread. Dart VM starts and handles the event loop in main thread and your code runs in a different thread, which is called the main isolate. Flutter doesn't have this issue because it doesn't use native UI and rest of the platform calls are handled by message passing via MethodChannel, EventChannel etc.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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