OLD | NEW |
(Empty) | |
| 1 --- |
| 2 title: Fletch project FAQ |
| 3 layout: page |
| 4 --- |
| 5 |
| 6 # Fletch project FAQ |
| 7 |
| 8 Fletch is still highly experimental, so we are sure you have lots of questions. |
| 9 Please take a look at the FAQ (Frequently Asked Questions) below, and if that |
| 10 does not answer your question, please join us in our [Fletch |
| 11 Discuss](https://groups.google.com/forum/#!forum/fletch-discuss) group. |
| 12 |
| 13 ## FAQ |
| 14 |
| 15 * *Q*: What is the Fletch Project? |
| 16 * *A*: Fletch is an **experimental** project to enable highly productive |
| 17 development for devices (see 'what is supported'). It is powered by the [Dart |
| 18 language](https://www.dartlang.org/docs/dart-up-and-running/ch02.html) and a |
| 19 fast, lean runtime. |
| 20 |
| 21 * *Q*: What is the state of the project? |
| 22 * *A*: Fletch is an experimental project in the pre-alpha phase. Things are |
| 23 still incomplete, and under development. Please take a look, [try it |
| 24 out](index.html), and give us some [feedback](feedback.html)! |
| 25 |
| 26 * *A*: What is supported? |
| 27 * *Q*: You need a client PC for writing your program, and a target device for |
| 28 executing it. The current SDK supports Linux and Mac as the client OS (sorry, |
| 29 no Windows support yet), and the [Raspberry Pi 2 Model |
| 30 B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/) as its only |
| 31 target device . |
| 32 |
| 33 * *Q*: What about Pub, dartfmt, docgen, analyzer from the [Dart |
| 34 SDK](https://www.dartlang.org/tools/sdk/)? |
| 35 * *A*: These are currently not supported for Fletch. |
OLD | NEW |