tiki-deprecated / app

TIKI DAO 🤫
MIT License
13 stars 6 forks source link

Cleanup main.dart provide method #428

Closed ricardobrg closed 2 years ago

ricardobrg commented 2 years ago

The provide method in main.dart injects all the dependencies when the user is logged in, because most of these can't be built before the user keys are available. We should move it to its own file.

Acceptance criteria

  1. App working correctly without the provide method in main.dart.