Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.34 KB

README.md

File metadata and controls

74 lines (55 loc) · 1.34 KB

flutter_pro

This repo contains the best practices and Industry standards that I learn everyday in Flutter to create Production ready apps.


Table of Contents

Folder Structure

flutter_pro
.vscode
This folder contains `launch.json` used for setting up `flavors` for different `Environments`.

launch.json

android
app

build.grade

nest1
a
b
c
nest2

Too tired, will write tomorrow

How do I dropdown?
This is how you dropdown.

<details>
<summary>How do I dropdown?</summary>
<br>
This is how you dropdown.
</details>