Dart
Dart is a client-optimized language for fast 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.
Dart 2020 Projects
-
Abdullah Deshmukh
Flutter Testing Sample AppThe main aim of the project is to provide a sample application with testing techniques following the best practices for testing in Flutter. I would... -
Prerak Mann
Generating Dart FFI bindings from C header FilesWriting dart FFI bindings is cumbersome and prone to human error, especially across different versions. A tool that will generate dart bindings... -
JamesBlasco
Multiple format support for intl_translationThis project aims to implement multiple translation formats inside the intl_translation dart package. The main goals are to support the most used... -
Ayush Bherwani
Platform Channel Sample AppThe samples repo in the flutter is a place where every Flutter enthusiast can find flutter examples on various topics from animation to state... -
Garett Tok Ern Liang
Programmatic YAML Modification PackageYAML is a human-friendly data serialization language often used in configuration files. The appeal of YAML as a configuration language can be linked...