Flutter-Buddies / App

An app with community features like 'calendar of events' and a showcase of member created widgets
16 stars 18 forks source link

Implement singleton on repositories #56

Closed daseed closed 3 years ago

daseed commented 3 years ago

I have implemented the singleton pattern on both repositories. Pay attention that to be able to implement it, the Fake Repositories are now implementing the standard Repositories instead of extending them as there is now a factory in place of a parameterless constructor. And so I had to use a delegate to call the not overridden methods.