InfoQ Homepage Google Dart Content on InfoQ
-
Flutter 2 is Production-Ready for the Web, Adds New Platforms
Major update to Google's cross-platform UI Toolkit, Flutter 2 stabilizes Web support and adds new platforms, including foldable, embedded, and desktop. Alongside it, new Dart 2.12 brings null safety and Dart FFI.
-
Dart and Flutter Improve Performance, Safety, and Tooling for Cross-Platform Mobile Development
The latest Dart release, Dart 2.8, focuses on preparing the ground for the introduction of null safety and brings an improved package manager. Flutter 1.17 significantly improves runtime performance while reducing binary size and memory usage. Additionally, it introduces a number of new Material widgets, including NavigationRail, updated DatePicker, and more.
-
Dart 2.6 Goes Native on Linux, Windows, and MacOS
The latest version of Google programming language Dart, numbered 2.6, extends support for native, ahead-of-time (AOT) compilation with the addition of dart2native, which enables the creation of command-line programs on Linux, Windows, and MacOS.
-
Flutter 1.5 Goes Multi-Platform, Includes Web Support
Announced as a technical preview at the latest Google I/O 2019 event, Flutter 1.5 aims to make it possible to create native applications for multiple platforms, including new form-factor devices, the Desktop, and the Web.
-
Cross-Platform Mobile Toolkit "Flutter" Now Stable
At its Flutter Live conference, Google launched the first stable release of Flutter, a Dart-based mobile development platform aiming to make it possible to write apps that share a single code base across iOS and Android with a native UI. Additionally, Google has announced an experimental web-based implementation of Flutter’s runtime which aims to bring Flutter apps to standard web browsers.
-
Dart 2.1 Brings New Language Features, Better Usability and More
Google has released Dart 2.1. This version brings new language features, performance improvements, faster type checks, and better usability for type errors.
-
Google’s Cross-Platform Mobile UI Framework Flutter Now in Beta
Flutter, now in beta, is Google attempt to create a framework for cross-platform interfaces for both iOS and Android apps that behave and feel like native, although not standard, UIs.
-
Dart 2 Revamped for Mobile Development
The latest version of Google’s Dart programming language, sporting a strengthened type system, cleaned-up syntax, and an improved toolchain, is being touted by Google as the way to go for Mobile and Web app development, enabling a 2–3x productivity increase.
-
Dart News: Angular 2 Dart and Flutter
Angular 2 Dart and Flutter were the most important news mentioned at the recent Dart Developer Summit 2016.
-
Angular 2 Split, Dart Codebase Separated
Since its inception, the Angular 2 project has compiled TypeScript down to both JavaScript and Dart. With the final release on the horizon, the Dart portion has been spun off into its own codebase with its own team.
-
With Flutter, Google Aims Dart to Mobile App Cross-Development
Flutter is a new open-source framework built by Google that aims to enable cross-platform development using a single Dart codebase on iOS and Android. It aims to provide high performance and 60fps, jitter-free experiences on both platforms.
-
Google Moves Dart to GitHub and Kills the Chrome Dev Editor
Google designed Dart as a better language for the web, for developers who wanted a more solid language and tools than what existed in the JavaScript ecosystem. Also, they aimed for better performance. While Dart is certainly more robust and better designed than JavaScript and it outperforms JavaScript on several benchmarks, the language has seen several setbacks.
-
Dart 1.8: An Interview with Seth Ladd of Google
Google has released version 1.8 of Dart, bringing with it experimental support for enums. InfoQ sat down with developer advocate Seth Ladd to get more information about the feature, and the latest info on the Dart project.
-
AngularDart Reaches 1.0
The Angular team has released AngularDart 1.0, which contains a lot of new features, performance improvements and bug fixes. It is the first version of the framework with the stamp "production-ready".
-
New Google APIs Client Libraries for Dart
Dart Engineer Søren Gjesse, has this week announced to the community new packages for accessing Google APIs. Gjesse says the API generator has been built to create Dart client libraries enabling access to Google services, including YouTube, Analytics, Google+, and Drive from Dart. However, not everyone in the Dart community is on board with the one package approach.