Tutorial

Install Flutter on Windows 10

Flutter is a hybrid application development framework developed and maintained by Google. Last time when I wrote an installation guide, Flutter only supported   iOS and Android application. But now Flutter supports Web apps

Factory Pattern In Scala

A Factory pattern or Factory method pattern is very common design pattern used in software development,its is classified as creational pattern. which solves the problem of creating the instance of the class