sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more. (by dart-lang)

Sdk Alternatives

Similar projects and alternatives to sdk

  1. Visual Studio Code

    3,319 sdk VS Visual Studio Code

    Visual Studio Code

  2. Shorebird

    Shorebird - Patch in minutes not days. Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter.

    Shorebird logo
  3. rust

    2,958 sdk VS rust

    Empowering everyone to build reliable and efficient software.

  4. go

    2,418 sdk VS go

    The Go programming language

  5. React

    2,054 sdk VS React

    Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)

  6. CPython

    1,608 sdk VS CPython

    The Python programming language

  7. TypeScript

    1,508 sdk VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  8. Flutter

    1,288 sdk VS Flutter

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

  9. SaaSHub

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

    SaaSHub logo
  10. react-native

    585 sdk VS react-native

    A framework for building native applications using React

  11. archweb

    410 sdk VS archweb

    Arch Linux website code

  12. julia

    377 sdk VS julia

    The Julia Programming Language

  13. pub-dev

    375 sdk VS pub-dev

    The pub.dev website

  14. PHPT

    327 sdk VS PHPT

    The PHP Interpreter

  15. kotlin

    230 sdk VS kotlin

    The Kotlin Programming Language.

  16. language

    159 sdk VS language

    Design of the Dart language

  17. riverpod

    75 sdk VS riverpod

    A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.

  18. dart-pad

    58 sdk VS dart-pad

    An online Dart editor with support for console, web, and Flutter apps.

  19. engine

    54 sdk VS engine

    Discontinued The Flutter engine (by flutter)

  20. proposals

    Tracking WebAssembly proposals (by WebAssembly)

  21. githut

    64 sdk VS githut

    Github Language Statistics

  22. 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 better sdk alternative or higher similarity.

sdk discussion

Log in or Post with

sdk reviews and mentions

Posts with mentions or reviews of sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-11.
  • Encoding and Decoding JSON in Dart
    2 projects | dev.to | 11 Jun 2026
    dart:convert JSON source code, where you will find the full documentation of the convert package, containing also the classes for Base64 or UTF8/Unicode;
  • The Stream class in Dart
    1 project | dev.to | 27 May 2026
    Stream.pipe() method gives a way to pipe the streams into a stream consumer object. To do that, one must implement a new class using the StreamConsumer abstract class. A good use case can be found in tests/lib/async/slow_consumer_test.dart.
  • The Future class in Dart
    2 projects | dev.to | 26 May 2026
    Future Test Suite source code directory, check all files prefixed by future*, where you will find all test cases, useful to have real world example.
  • Synchronous Functions in Dart
    2 projects | dev.to | 22 May 2026
    Iterable test cases can be found in the files tests/corelib/iterable*.dart from Dart SDK.
  • Discovering Dart Ecosystem and Community
    12 projects | dev.to | 12 May 2026
    Official Dart Website: this is the main entry-point for any Dart developpers, from beginners to advanced.
  • Low Level HTTP Client in Dart
    3 projects | dev.to | 11 May 2026
    Let create a new project from scratch with dart create command and start edit the entry-point in bin/httpcat.dart. Before doing anything, one should probably read some unit test first, the ones present in tests/standalone/io/http_client_request_test.dart for example.
  • Dart for Java Developers
    1 project | dev.to | 7 May 2026
    Note on sources: This guide draws on Learn Dart in Y Minutes (community tutorial; the bundled learndart.dart mixes teaching with legacy phrasing—prefer this guide + dart.dev for sound null safety facts) and Google’s archived Flutter codelab Intro to Dart for Java Developers (Bicycle → Rectangle → factories → functional iteration).
  • Why TUIs Are Back
    12 projects | news.ycombinator.com | 3 May 2026
  • What is Flutter? A Complete Introduction for Developers
    4 projects | dev.to | 21 Jan 2026
    Google chose Dart as the programming language for specific technical reasons. Dart compiles to native ARM machine code on mobile, which means your production app runs at full speed without a JavaScript bridge or interpreter. During development, Dart's Just-in-Time (JIT) compiler powers Hot Reload, one of Flutter's standout features. You can change your code and see the result in under a second, without losing your app's state or restarting.
  • A Deep Look at the Flutter SDK: What's Actually Under the Hood
    7 projects | dev.to | 14 Jan 2026
    The Dart VM wiki describes this as pervasive late-binding. The program behaves as if method lookup happens at every call site. Field values stay preserved, though. Changing an initializer doesn't affect already-initialized variables. Closures capture their function when created and won't pick up changes.
  • A note from our sponsor - Shorebird
    shorebird.dev | 13 Jun 2026
    Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter. Learn more →

Stats

Basic sdk repo stats
339
11,183
10.0
about 22 hours ago

Sponsored
Shorebird - Patch in minutes not days
Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter.
shorebird.dev

Did you know that Dart is
the 20th most popular programming language
based on number of references?