dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

refactor: Splitting code in layers #339

Closed LuchoTurtle closed 11 months ago

LuchoTurtle commented 11 months ago

From the feedback given from https://github.com/dwyl/app/pull/338#discussion_r1280403641, it makes sense to do a small refactor so we have concerns evenly split with layers (presentation, models, etc...).

After https://github.com/dwyl/app/pull/338 is merged, this refactor makes sense to follow proper Dart/Flutter etiquette and get a solid project structure going.

Here's a solid example: https://github.com/dart-pacotes/.bricks/tree/master/aplicacao/__brick__/lib.

Changes will include: