flutter-template icon indicating copy to clipboard operation
flutter-template copied to clipboard

Flutter template using CLEAN architecture 🎯

Results 45 flutter-template issues
Sort by recently updated
recently updated
newest added

# Pull Request (PR) Checklist - [ ] PR title includes Jira ticket reference -- if no ticket available create one if this PR is a fix or feat -...

These are pretty common and we recreate them almost on every project. Would be cool to have them in-place and to design them after we create a project from the...

We can create a basement for the sign in / sign out system: - The cubits; - The use cases; - Maybe even simple UI that we could design later...

If we create a call method in a class, the class becomes callable and we are able to use it like so: ```dart class MyClass { void call(); } final...

### The problem The base use case classes like `UseCase`, `StreamUseCase` etc bring us only one benefit: they keep the use cases interface consistent. They force us to use the...

### Why? The current template doesn't bring much value. It results in us skipping the checkmarks and no one reading the PR description, although it may contain some notes about...

closes [#42](https://github.com/monstar-lab-oss/flutter-template/issues/42)

We've looked at: - https://pub.dev/packages/logger - https://pub.dev/packages/loggy Logger looks best and pretty extensible. The problem is initialization, but @nivisi had an idea of using mixins + configuration via a global...

Context: - https://github.com/nodes-projects/endeavourintl-app-flutter/tree/develop/.vscode - https://github.com/flutter/pinball/tree/main/.idea/runConfigurations - https://github.com/flutter/pinball/tree/main/.vscode Basically it would save us time and improve alignment to add some default vscode setup shared across the team. We can start slim...