website icon indicating copy to clipboard operation
website copied to clipboard

Add Flutter file structure information

Open leighajarett opened this issue 2 years ago • 1 comments

What information is missing?

When I went through the Getting Started pages for Flutter, I didn't see any explanation for the file structure or what information lives in what folder. I think some page that walks through this info, linked from the Getting Started pages, would be super helpful!

Additionally, when I went to go and add Firebase to my project, I wasn't sure where the Firebase app code should live. Some information on how Flutter <> Firebase files should be ideally structured would be great.

leighajarett avatar Aug 11 '22 18:08 leighajarett

We do document a typical flutter package but it's rather buried. In the short term, we could link to that info: https://docs.flutter.dev/development/packages-and-plugins/developing-packages#step-1-create-the-package

sfshaza2 avatar Aug 15 '22 19:08 sfshaza2