Flutter-UI icon indicating copy to clipboard operation
Flutter-UI copied to clipboard

Change App folder structuring

Open Mohitmadhav opened this issue 3 years ago • 2 comments

Description

  • Change the app root structuring by distributing common files separately.
  • For instance, look into books and base folder in lib/services. We need to use and remodify them.
  • Separate models and providers. Like currently there are 2 files - book.dart, and books.dart...need to structure them according to separate folders.
  • Similarly, we need to check for all the dart files to maintain consistency.
  • You can rename the files if they don't have suitable names.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Use snake_camel case for file naming and lower case for folder naming
  2. No 2 files or folders should have the same name (Modify if any)
  3. No dependencies should be changed. We just need to refactor the code and folders

Additional data

Make modifications according to standard practices, and we can have further discussions here or in #91

Mohitmadhav avatar Oct 08 '21 16:10 Mohitmadhav

Hey @Mohitmadhav ,I would like to work on this issue ,please assign it to me.

lalit-commits avatar Oct 10 '21 15:10 lalit-commits

Hey @Mohitmadhav and @ankitoscar, I would like to work on this issue.

Nishanth-123 avatar Dec 31 '22 08:12 Nishanth-123