InfoQ Homepage Google Dart Content on InfoQ
-
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.
-
-
Dartium Comes To Android
Dart 1.5 released last week with a focus on mobile development. This includes a version of Dartium that works on Android along with editor improvements to support debugging of mobile web apps built using Dart.
-
Chrome Dev Editor: A New JavaScript and Dart IDE
A Google engineer has made available Chrome Dev Editor (CDE) during Google IO 2014, a new IDE for creating Chrome Apps and web apps for the desktop and mobile devices. CDE supports JavaScript and Dart.
-
Dart 1.4 Brings New Tool for Performance Analysis
Google has released version 1.4 of its web programming language Dart. The release brings with it Observatory; a new tool for performance analysis, and a new experimental feature for dart:io, ServerSocket references.