# Dart Hakkında

Dart, **Google** tarafından geliştirilen **ECMA** tarafından standart haline getirilen genel amaçlı bir programlama dilidir.

Dart dili kullanılarak çapraz-platform web, sunucu, masaüstü, CLI, mobil ve IoT uygulamalar gelitirilebilir.

**Lars Bak** ve **Kasper Lund** tarafından **14 Kasım 2013** tarihinde tasarlanmıştır.

|                                                                      |                                                              |
| -------------------------------------------------------------------- | ------------------------------------------------------------ |
| <p></p><p><img src="/files/-MEOLMEnZ3zbWYARP_HW" alt="Lars Bak"></p> | <p></p><p><img src="/files/-MEOMiGkTX5DVMyGLf5l" alt=""></p> |
| Lars Bak                                                             | Kasper Lund                                                  |

Dosya uzantısı `.dart` şeklindedir.

**dart2js** ile JavaScript koduna çevrilebilir ve **dart2native** ile native uygulama olarak derlenebilir.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dart.kaanksc.com/boeluem-1/dart-hakkinda.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
