Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter. Learn more →
Sdk Alternatives
Similar projects and alternatives to sdk
-
-
Shorebird
Shorebird - Patch in minutes not days. Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter.
-
-
React
Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
riverpod
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
-
-
-
gallery
Discontinued Flutter Gallery was a resource to help developers evaluate and use Flutter (by flutter)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sdk discussion
sdk reviews and mentions
-
Encoding and Decoding JSON in Dart
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
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
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
Iterable test cases can be found in the files tests/corelib/iterable*.dart from Dart SDK.
-
Discovering Dart Ecosystem and Community
Official Dart Website: this is the main entry-point for any Dart developpers, from beginners to advanced.
-
Low Level HTTP Client in Dart
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
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
-
What is Flutter? A Complete Introduction for Developers
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
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
Stats
dart-lang/sdk is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of sdk is Dart.