We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use clean architechture to better represent ocy's coding values and standards.
Tasks:
Directory restructuring guide:
🧺 - Barrel file containing exports 📄 - Normal file 📁 - Directory
mindmap root((📁lib)) 📁configurations 📁 router 📁 theme 🧺 configurations.dart 📄 constants.dart 📁features 📁 Feature1 📁blocs 📁data 📁repos 📁models 📁enums 📁presentation 📁pages 📄otherwidgets.dart 🧺 feature1.dart 📁utils 📁mixins 📁extensions 🧺utils.dart 📄 main.dart 📄 app_builder.dart
Most of these changes to be auto included in new flutter projects through ocy flutter copier template
The text was updated successfully, but these errors were encountered:
shatanikmahanty
No branches or pull requests
To use clean architechture to better represent ocy's coding values and standards.
Part of OCY organizational restructure
Tasks:
Directory restructuring guide:
🧺 - Barrel file containing exports
📄 - Normal file
📁 - Directory
Most of these changes to be auto included in new flutter projects through ocy flutter copier template
The text was updated successfully, but these errors were encountered: