Flutter Modular Clean Architecture Boilerplate
Stars
58
Forks
12
Watchers
58
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
chore: Remove unused linter rule and clean up documentation comments across multiple files
9501e9aView on GitHubrefactor: Reorder import statements for consistency and clarity across multiple files
9e194a4View on GitHubdocs: Update README to clarify architecture usage and add social links
5c730a6View on GitHubfeat: Implement clean architecture with routing and theming
e8364c1View on GitHubEnhance user authentication feature by implementing sign-in and sign-up use cases. Update related screens and integrate with data sources and repositories for improved user management functionality.
50ac1cfView on GitHubImplement authentication logic and integrate data sources, models, and repositories for user management. Update use cases and screens to support user sign-in and sign-up functionalities.
031f9ceView on GitHubAdd initial structure for authentication feature with empty files for data sources, models, repositories, entities, use cases, screens, widgets, and providers.
cba6e57View on GitHubRemove unnecessary comments and clean up main.dart for better readability.
72f7e48View on GitHubRefactor main application structure and add failure handling classes. Updated main.dart to include a MaterialApp with a home page and state management. Introduced app_config.dart for configuration and failure.dart for error handling with specific failure types.
e037b0cView on GitHubInitialize Flutter Clean Architecture project with basic structure and configurations. Added platform-specific files for Android, iOS, Linux, macOS, and Windows, including build configurations, assets, and initial Dart code. Included .gitignore files for each platform to exclude unnecessary files. Updated README with project description and contribution guidelines.
1d13ea1View on GitHub