blog.devcareer.ioFlutter Paper, Scissor and Rock GameIntroduction In this tutorial, we are going to use flutter to write a paper, rock and scissor game. It is going to test our understanding of the conditional statements, don't worry you will be able to follow through with this tutorial. We are going t...Nov 19, 2020·8 min read
blog.devcareer.ioBUILD AND TEST A CALCULATOR WITH FLUTTERIntroduction In this tutorial, we are going to build a basic calculator that takes a string of mathematical expression, evaluates it and returns the expected result. We will be writing tests with the help of Mockito to verify if our methods are ef...Oct 11, 2020·34 min read
emekachukwu.hashnode.devHOW TO WRITE A FLUTTER CALCULATOR WITH TESTIntroduction In this tutorial, we are going to build a basic calculator that takes a string of mathematical expression, evaluates it and returns the expected result. We will be writing tests with the help of Mockito to verify if our methods are ef...Oct 1, 2020·34 min read