Dart is a client language for apps on any platform

Technologies
flutter, dart
Topics
programming languages, mobile apps
Dart is a client language for apps on any platform
The Dart language gives you a fast developer experience and works on any platform. Dart powers hot reload enabling you to make a code change and instantly see results in your running app, and compiles to ARM and x64 machine code enabling quick app startup times for mobile, desktop and the web. Dart powers Flutter, Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
2024 Program

Successful Projects

Contributor
Takuma Ichikawa
Mentor
jonasfj, Chinmoy
Organization
Dart
Testing documentation comments
This project aims to create the dartdoc_test package, which is designed to enhance the quality of Dart code samples. By analyzing and testing code...
Contributor
Mohammad3id
Mentor
Liam
Organization
Dart
Swift/ObjC compatibility tool
Dart can interact with Swift modules annotated with @objc annotation. If a user wants to interact with an unannotated Swift module (that they don’t...
Contributor
TheComputerM
Mentor
Daco Harkes, Prerak Mann, Jackson Gardner
Organization
Dart
FFIgenpad
A web interface in which you paste a C header in a textbox on the left, and it outputs dart:ffi bindings generated by package:ffigen in a textbox on...
Contributor
Anikate De
Mentor
Brian Quinlan, Camille Simon
Organization
Dart
Creating an HTTP Client using Dart Bindings from OkHttp
A Flutter plugin that integrates the OkHttp package (https://square.github.io/okhttp/) using the Dart Bindings from the package:jnigen and implements...