Flutter Riverpod tutorial: Timer app

Suragch
Flutter Community
Published in
10 min readOct 17, 2020

--

Step-by-step instructions to create your second Riverpod project

Riverpod

This tutorial takes you through building a timer app using the Riverpod package for state management. If you haven’t completed my first Riverpod tutorial about building a Counter app, you should finish that one first since it lays the foundation and explains a lot of things that I won’t repeat in this tutorial. The purpose here is to…

--

--