Skip to content

Change App folder structuring #134

@Mohitmadhav

Description

@Mohitmadhav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    easyEasy level issuegood first issuegood issue for first-time contributorsnormal-prioritySomething that has a normal priorityrefactorImprove code quality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions