The Only Use Case For Singletons In Flutter, Your App Logger

Fred Grott
7 min readJul 8, 2021

I am going to show you the only use case for singletons in Flutter, implementing your app logger. Along the way some basic introduction to the Developer log function, the logging package, the logging appenders package, and some other OOP patterns.

Singleton Properties

--

--