Skip to main content

Chill Guide Devlog 1

· 4 min read
Charles Tsang
Flutter Developer
Cover

This is a devlog series for Chill Guide, a cross-platform movie and tv show application built with Flutter. In this series, we'll dive into the development process, starting with the project setup and the implementation of the basic routing system.

Riverpod Code Generation

· 8 min read
Charles Tsang
Flutter Developer
Cover

Riverpod offers a code generation tool that helps to enhance the developer experience. Through code generation, Riverpod simplifies the syntax to define providers and notifiers, reducing the amount of boilerplate code and enhancing the developer experience. It also provides support for multiple family parameters, including named parameters and positional parameters.

Riverpod Basics

· 23 min read
Charles Tsang
Flutter Developer
Cover

Riverpod is a state management library for Dart and Flutter applications. It offers exceptional flexibility, providing features such as provider-to-provider interaction and customisable lifecycles for individual providers. Riverpod is particularly useful for handling and caching asynchronous operations such as fetching data from an API. In this article, we will explore the basic concepts of Riverpod.