> For the complete documentation index, see [llms.txt](https://doc-flatnews.codezstack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-flatnews.codezstack.com/app-setup/flutter-installation.md).

# Flutter Installation

The entire application is developed using Flutter. To get started, you'll need to install Flutter on your computer. You can choose between Visual Studio Code and Android Studio as your IDE, as the setup process is identical for both. For this guide, we will focus on Visual Studio Code since that’s what we used during development.

> To install flutter on your computer, follow the official documentation from Google. Flutter Official Site: [https://flutter.dev](https://flutter.dev/)
