# Technologies Used

### Technologies Used <a href="#technologies-used" id="technologies-used"></a>

The components of the App are built using the core components of Flutter. The theme also regularly incorporates various other latest technologies

* ​[Flutter](https://flutter.io/) ( Mobile app Development  framework )

### Flutter <a href="#flutter" id="flutter"></a>

​[**Flutter**](https://flutter.io/) is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

### Dart

[**Dart**](https://dart.dev/)  is a client-optimized programming language for apps on multiple platforms. Dart  is a programming language optimized for building user interfaces with features such as the [spread operator](https://dart.dev/guides/language/language-tour#spread-operator) for expanding collections, and [collection if](https://dart.dev/guides/language/language-tour#collection-operators) for customizing UI for each platform.

### Node Js <a href="#node-js" id="node-js"></a>

​[**NodeJS**](https://nodejs.org/en/) is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side. NodeJS is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://developers.google.com/v8/). NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. NodeJS package ecosystem, [npm](https://www.npmjs.com/) is the largest ecosystem of open source libraries in the world.


---

# 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://docs.ionicfirebaseapp.com/todo/technologies-used.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.
