nimblehq / flutter-templates

A repository contains Flutter templates that are used by Nimble developers
MIT License
24 stars 4 forks source link

[#223] Update the DI config & the base project structure with initial components #244

Closed doannimble closed 1 year ago

doannimble commented 1 year ago

What happened 👀

The current template project does not fully have DI configured & misses some initial components, such as ViewModel or UseCase. While we're trying to keep the base template clean and neat with only base components & setup, there is still the need to have a full DI configuration & some initial base components to start to reduce the team effort & avoid inconsistency usage.

Insight 📝

Here are we add:

Proof Of Work 📹

Screenshot 2023-07-23 at 10 10 46 PM
luongvo commented 1 year ago

@doannimble 3 issues left here 🏃

luongvo commented 1 year ago

@doannimble I think you might need to rebase or merge into the latest develop branch 🙏