Skip to content

Reorganise folders to follow official flutter structure#263

Open
Renarde-dev wants to merge 1 commit intodevelopfrom
Refactor
Open

Reorganise folders to follow official flutter structure#263
Renarde-dev wants to merge 1 commit intodevelopfrom
Refactor

Conversation

@Renarde-dev
Copy link
Copy Markdown
Collaborator

Using documentations from https://docs.flutter.dev/app-architecture/case-study lib

This will be a slow and gradual process

Using documentations from https://docs.flutter.dev/app-architecture/case-study
lib
├── app.dart
├── data
├── main.dart
├── models
├── ui
└── utils

- Networks moved to data -> service -> api
- Components moved to ui -> core -> ui
- Services moved to data -> service -> local
- l10n / Translations moved to ui -> core -> localization

Subfolder need to be reorganised and file need to be split further but this should be done gradually
@Renarde-dev Renarde-dev self-assigned this Dec 31, 2025
@Renarde-dev Renarde-dev added the Build / Infra Improvement/Fix to the build system or infra label Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build / Infra Improvement/Fix to the build system or infra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant