victoreronmosele / flutter_native_strings

A command-line tool that simplifies the task of adding native Android and iOS string resources to your Flutter app. (WIP)
MIT License
2 stars 0 forks source link

Add Message Factory #2

Closed victoreronmosele closed 3 years ago

victoreronmosele commented 3 years ago

The app will log different message types and an abstract MessageFactory class is to be added together with implementations so they can be passed into the Logger object.

This task will include an implementation of the MessageFactory - WelcomeMessageFactory which will be used to show the welcome message from #1.