9
I Use This!
Activity Not Available

News

Posted over 7 years ago by Davy Mitchell ([email protected])
Chocolatey is a package manager for Windows similar to Linux's apt-get, based on Microsoft's Nuget tool and Powershell scripting language. It works from the command-line and from a WPF GUI interface. Good news - Chocolatey has cleared the moderation ... [More] backlog! Dart versions are far more up to date. You can install unmoderated versions by specifiying the install version during installation.Chocolatey has also been updated with versions 1.18.1Command line installation: choco uninstall dart-sdkchoco install -y dart-sdk -version 1.18.1To verify you... [Less]
Posted over 7 years ago by Kevin Moore ([email protected])
Dart 1.18 is now available. Go get it!The team has been focused on implementation details over the last six weeks. The API changes to the SDK are very light – see the CHANGELOG – but we have been working hard laying the foundation for a number of ... [More] important projects. Improve the development and runtime experience for Flutter. Improve the speed and stability of Dart Analyzer, especially as it relates to dev_compiler. Work to finalize two language tweaks Initializing formals: https://github.com/dart-lang/sdk/issues/26655 Allow trailing commas: https://github.com/dart-lang/sdk/issues/26644 Download the latest release. Let us know what you think!... [Less]
Posted over 7 years ago by Davy Mitchell ([email protected])
Chocolatey is a package manager for Windows similar to Linux's apt-get, based on Microsoft's Nuget tool and Powershell scripting language. It works from the command-line and from a WPF GUI interface. Good news - Chocolatey has cleared the moderation ... [More] backlog! Dart versions are far more up to date. You can install unmoderated versions by specifiying the install version during installation.Chocolatey has also been updated with versions 1.18.0Command line installation: choco uninstall dart-sdkchoco install -y dart-sdk -version 1.18.0To verify you... [Less]
Posted almost 8 years ago by Filip Hráček ([email protected])
Until now, the multiple language flavors of Angular 2 were written as TypeScript source, and then automatically compiled to both JavaScript and Dart. We're happy to announce that we’re splitting the Angular 2 codebase into two flavors – a Dart ... [More] version and a TypeScript/JavaScript version – and creating a dedicated AngularDart team. This is amazing news for Dart developers because:The framework will feel more like idiomatic Dart.It will make use of Dart features that couldn't work with the TypeScript... [Less]
Posted almost 8 years ago by Filip Hráček ([email protected])
Until now, the multiple language flavors of Angular 2 were written as TypeScript source, and then automatically compiled to both JavaScript and Dart. We're happy to announce that we’re splitting the Angular 2 codebase into two flavors – a Dart ... [More] version and a TypeScript/JavaScript version – and creating a dedicated AngularDart team. This is amazing news for Dart developers because: The framework will feel more like idiomatic Dart. It will make use of Dart features that couldn't work with the TypeScript... [Less]
Posted almost 8 years ago by Filip Hráček ([email protected])
Today we simplified dartlang.org, making it reflect the current state of the project a little bit better.We have www.dartlang.org for the fundamental Dart technologies—the language itself and the core libraries. And then we have separate websites for ... [More] the different targets:webdev.dartlang.org for web appsFlutter for iOS & Android native appsDartino for IoTDart VM for command-line apps and serversSome other changes we made:Feature the pages that people visit most often.Show the core goals of the project on... [Less]
Posted almost 8 years ago by Filip Hráček ([email protected])
Today we simplified dartlang.org, making it reflect the current state of the project a little bit better.We have www.dartlang.org for the fundamental Dart technologies—the language itself and the core libraries. And then we have separate websites for ... [More] the different targets: webdev.dartlang.org for web apps Flutter for iOS & Android native apps Dartino for IoT Dart VM for command-line apps and servers Some other changes we made: Feature the pages that people visit most often. Show the core goals of the project on... [Less]
Posted almost 8 years ago by Kevin Moore ([email protected])
I want to do something a little different with my blog post this week. When I’ve written about packages in the past, I’ve mostly done a high-level overview of their APIs and how they fit into the Dart ecosystem as a whole. But path is one of the very ... [More] oldest packages in the ecosystem, and any Dart user who’s written any server-side or command-line apps is probably already familiar with the API. So instead of a high-level overview, I want to do a deep dive. I want to talk about why we made the design decisions we made when... [Less]
Posted almost 8 years ago by Kevin Moore ([email protected])
I want to do something a little different with my blog post this week. When I’ve written about packages in the past, I’ve mostly done a high-level overview of their APIs and how they fit into the Dart ecosystem as a whole. But path is one of the very ... [More] oldest packages in the ecosystem, and any Dart user who’s written any server-side or command-line apps is probably already familiar with the API. So instead of a high-level overview, I want to do a deep dive. I want to talk about why we made the design decisions we made when... [Less]
Posted almost 8 years ago by Dan Rubel ([email protected])
How small a device can run Dart? Raspberry Pi may be physically small and the Raspberry Pi Zero even smaller, but the Pi is a full microprocessor and runs a full Linux or Windows stack. What about microcontrollers? Running on the bare metal with ... [More] limited resources?Enter Dartino. I've been playing around with the little brother of Dart named Dartino. It's targeted at microcontrollers with limited resources. Small devices with a single purpose. Thermostat. Hydroponics monitor. Weather station. While it's really great having all the capabilities of a full OS stack on the RPI, there's something... [Less]