| OLD | NEW |
| 1 # The Dartino project | 1 # An update on Dartino |
| 2 | 2 |
| 3 The Dartino project aims to make developers more productive at writing | 3 _September, 2016._ |
| 4 application code for embedded devices. It is powered by the [Dart | |
| 5 language](https://www.dartlang.org/docs/dart-up-and-running/ch02.html) and a | |
| 6 fast, lean runtime. | |
| 7 | 4 |
| 8 Dartino is currently in an alpha state, and still incomplete. We'd be very happy | 5 The Dartino project has been [discontinued](https://groups.google.com/forum/#!to
pic/dartino-discuss/U3fzZjoOdKg), and is no longer being actively maintained by
the Dart team. |
| 9 to hear about things that work well and areas that need more work (see feedback | |
| 10 below). | |
| 11 | 6 |
| 12 ## Trying it out | 7 If you are interested in the source code, please look on GitHub: |
| 13 | 8 |
| 14 For building Dartino SDK please follow the instructions outlined in | 9 * Core SDK: |
| 15 [the wiki](https://github.com/dartino/sdk/wiki/Building). | 10 [https://github.com/dartino/sdk](https://github.com/dartino/sdk) |
| 16 To learn more about using Dartino for embedded device development, please see | 11 * Atom IDE plugin: |
| 17 the [Dartino site](https://dartino.org). | 12 [https://github.com/dartino/atom-dartino](https://github.com/dartino/atom-dart
ino) |
| 13 * dartino.org website: |
| 14 [https://github.com/dartino/www.dartino.org](https://github.com/dartino/www.da
rtino.org) |
| 18 | 15 |
| 19 ## Feedback & contributing | 16 The team behind Dartino is doubling down on other areas of development: |
| 20 | 17 |
| 21 To give us feedback, please | 18 * Making [Dart webdev](https://webdev.dartlang.org) the most productive stack
for web apps |
| 22 [file issues on GitHub](https://github.com/dartino/sdk/issues) | 19 * Making [Flutter](https://flutter.io) the best way of building high-quality c
ross-platform mobile apps |
| 23 or join our | |
| 24 [discussion group](https://groups.google.com/forum/#!forum/dartino-discuss) | |
| 25 and post there. | |
| 26 | 20 |
| 27 For code contributions, please see the [Contributing page](https://github.com/da
rtino/sdk/wiki/Contributing). | 21 Regards, the Dartino team |
| 28 | |
| 29 ## Partners | |
| 30 | |
| 31 We are actively looking for partners! If you are interesting in integrating with | |
| 32 Dartino for an embedded project, please send an email to | |
| 33 dartino-contact@googlegroups.com. | |
| 34 | |
| 35 ## License | |
| 36 | |
| 37 Please see the [license file](https://github.com/dartino/sdk/blob/master/LICENSE
.md). | |
| OLD | NEW |